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

In This Topic
    TextOffset Property
    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