Gets the list of C1Run elements inside the range.

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

Syntax

C#
public IEnumerable<C1Run> Runs { get; }
Visual Basic
Public ReadOnly Property Runs As IEnumerable(Of C1Run)
	Get

See Also