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

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