TextSegmentCollection.Item

TextSegmentCollection indexer

Gets the text segment element at the specified index.

public TextSegment this[int index] { get; }
ParameterDescription
indexIndex within the collection.

Return Value

TextSegment object.

See Also