RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox Namespace / C1Line Class / Fragments Property

In This Topic
    Fragments Property (C1Line)
    In This Topic
    Gets the collection of fragments contained in this line.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Fragments As IEnumerable(Of C1LineFragment)
    public IEnumerable<C1LineFragment> Fragments {get;}
    See Also