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

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