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

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