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

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