TextParagraphCollection.Item

TextParagraphCollection indexer

Gets the TextParagraph object at specific index.

public TextParagraph this[int index] { get; }
ParameterDescription
indexThe index.

See Also