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

In This Topic
    ClosestCaret Property
    In This Topic
    Gets the closest position that is a caret position.
    Syntax
    'Declaration
     
    Public ReadOnly Property ClosestCaret As C1TextPointer
    public C1TextPointer ClosestCaret {get;}
    See Also