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

In This Topic
    Next Property
    In This Topic
    Gets the next line in the same C1FlowView, or null if it is the last.
    Syntax
    'Declaration
     
    Public ReadOnly Property Next As C1Line
    public C1Line Next {get;}
    See Also