RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / ConvertedHtmlNodeEventArgs Class / TextElement Property

In This Topic
    TextElement Property (ConvertedHtmlNodeEventArgs)
    In This Topic
    Gets the C1TextElement that was created by the conversion.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TextElement As C1TextElement
    public C1TextElement TextElement {get;}
    See Also