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

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