Gets the attributes of this C1HtmlElement/

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public IDictionary<string, string> Attributes { get; private set; }
Visual Basic
Public Property Attributes As IDictionary(Of String, String)
	Get
	Private Set

See Also