Returns whether the position is just after a word.

Namespace:  C1.Phone.RichTextBox.Documents
Assembly:  C1.Phone.RichTextBox (in C1.Phone.RichTextBox.dll)

Syntax

C#
public bool IsWordEnd { get; }
Visual Basic
Public ReadOnly Property IsWordEnd As Boolean
	Get

See Also