ComponentOne RichTextBox for WPF and Silverlight
Fragments Property (C1Line)

C1.WPF.RichTextBox Namespace > C1Line Class : Fragments Property
Gets the collection of fragments contained in this line.
Syntax
'Declaration
 
Public ReadOnly Property Fragments As System.Collections.Generic.IEnumerable(Of C1LineFragment)
public System.Collections.Generic.IEnumerable<C1LineFragment> Fragments {get;}
See Also

Reference

C1Line Class
C1Line Members