Gets the collection of fragments contained in this line.

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

Syntax

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

See Also