NavigationUnit
Enum
Specifies the navigation unit for selection movement.
Definition
Namespace:Telerik.Windows.Documents.Selection
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public enum NavigationUnit
Fields
Move by table cell.
C#
Cell = 1
Move by character.
C#
Character = 0
Move by paragraph.
C#
Paragraph = 2