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

In This Topic
    IsWordStart Property
    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