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

In This Topic
    TextOffset Property (C1TextPointer)
    In This Topic
    Gets the index of this position in its document text.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property TextOffset As Integer
    public int TextOffset {get;}
    See Also