RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / EndTag Class / EndTag Constructor
Value for Tag.Element property.

In This Topic
    EndTag Constructor
    In This Topic
    Initializes a EndTag instance.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal element As C1TextElement _
    )
    public EndTag( 
       C1TextElement element
    )

    Parameters

    element
    Value for Tag.Element property.
    See Also