Returns a collection of C1RangeStyle objects to apply to the text inside the parameter C1TextRange.

Namespace:  C1.Phone.RichTextBox
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
IEnumerable<C1RangeStyle> GetStyles(
	C1TextRange range
)
Visual Basic
Function GetStyles ( _
	range As C1TextRange _
) As IEnumerable(Of C1RangeStyle)

Return Value

Remarks

The text ranges inside the returned collection of C1RangeStyle must not overlap, and they must be ordered. In other words, the End of a text range must be less or equal than the Start of the next one.

See Also