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

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

    Parameters

    element
    Value for Tag.Element property.
    See Also