RichTextBox for WPF | ComponentOne
C1.WPF.RichTextBox.Documents Namespace / C1TextPointer Class / Element Property

In This Topic
    Element Property (C1TextPointer)
    In This Topic
    The C1TextElement where the C1TextPointer is positioned.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Element As C1TextElement
    public C1TextElement Element {get;}
    See Also