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

In This Topic
    IsWordEnd Property (C1TextPointer)
    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