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

In This Topic
    Next Property (C1Line)
    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