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

In This Topic
    Name Property (C1HtmlElement)
    In This Topic
    Gets or sets the tag name of this C1HtmlElement.
    Syntax
    'Declaration
     
    
    Public Property Name As String
    public string Name {get; set;}
    See Also