Enum CaretMovementType
Represents caret movement type.
Namespace: Telerik.Windows.Documents.Commands
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
[Obsolete]
public enum CaretMovementType
MoveLineDown
Represents move line down.
MoveLineUp
Represents move line up.
MovePageDown
Represents move page down.
MovePageUp
Represents move page up.
MoveToEndOfDocument
Represents move to end of document.
MoveToLineEnd
Represents move to line end.
MoveToLineStart
Represents move to line start.
MoveToNextCharacter
Represents move to next character.
MoveToNextWord
Represents move to next word.
MoveToPreviousCharacter
Represents move to previous character.
MoveToPreviousWord
Represents move to previous word.
MoveToStartOfDocument
Represents move to start of document.