RichTextBox for UWP | ComponentOne
C1.Xaml.RichTextBox.Documents Namespace / C1TextPointer Class / GetOffsetToPosition Method

In This Topic
    GetOffsetToPosition Method
    In This Topic
    Returns the count of symbols between this C1TextPointer and a second specified C1TextPointer.
    Overload List
    OverloadDescription
    Returns the count of symbols between this C1TextPointer and a second specified C1TextPointer.  
    Equivalent to GetOffsetToPosition(C1TextPointer,Predicate<Tag>) with null as tagFilter.  
    See Also