RichTextBox for WPF | ComponentOne
C1.WPF.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