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

In This Topic
    Fragments Property
    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