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

In This Topic
    Parent Property (C1Line)
    In This Topic
    Gets the C1FlowView that created this line.
    Syntax
    'Declaration
     
    Public ReadOnly Property Parent As C1FlowView
    public C1FlowView Parent {get;}
    See Also