RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1HtmlDocument Class / Root Property

In This Topic
    Root Property (C1HtmlDocument)
    In This Topic
    Gets or sets the root element of this C1HtmlDocument
    Syntax
    'Declaration
     
    
    Public Property Root As C1HtmlElement
    public C1HtmlElement Root {get; set;}
    See Also