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

In This Topic
    IsWordEnd Property
    In This Topic
    Returns whether the position is just after a word.
    Syntax
    'Declaration
     
    Public ReadOnly Property IsWordEnd As Boolean
    public bool IsWordEnd {get;}
    See Also