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

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