Version

Item Property (FormattedTextParagraphCollection)

Gets the paragraph at the specified zero-based index.
Syntax
public FormattedTextParagraph this[ 
   int index
]; {get;}

Parameters

index
The zero-based index of the paragraph to get.

Property Value

The FormattedTextParagraph representing the paragraph at the specified index.
Exceptions
ExceptionDescription
System.ArgumentOutOfRangeExceptionindex is less than zero or greater than or equal to the number of paragraphs in the collection.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also