Version

IndexOf Method (FormattedTextParagraphCollection)

Gets the zero-based index of the specified paragraph in the collection.
Syntax
public int IndexOf( 
   FormattedTextParagraph paragraph
)

Parameters

paragraph
The paragraph to find in the collection.

Return Value

The zero-based index of the paragraph in the collection or -1 if the paragraph doesn't exist 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