RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1Block Class / Parent Property

In This Topic
    Parent Property (C1Block)
    In This Topic
    Gets the parent of this element.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Parent As C1TextElement
    public C1TextElement Parent {get;}
    See Also