RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1HtmlElement Class / Attributes Property

In This Topic
    Attributes Property (C1HtmlElement)
    In This Topic
    Gets the attributes of this C1HtmlElement/
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Attributes As IDictionary(Of String,String)
    public IDictionary<string,string> Attributes {get;}
    See Also