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

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