TextFragmentCollection.Item

TextFragmentCollection indexer

Gets the text fragment element at the specified index.

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

Return Value

TextFragment object.

See Also