Class CaretMovementType
Represents caret movement type.
Inheritance
Namespace: Telerik.Windows.Documents.Commands
Assembly: Telerik.Windows.Controls.FixedDocumentViewers.dll
Syntax
public sealed class CaretMovementType : Enum
Fields
MoveLineDown
Represents move line down.
Declaration
public const CaretMovementType MoveLineDown
Field Value
CaretMovementType
|
MoveLineUp
Represents move line up.
Declaration
public const CaretMovementType MoveLineUp
Field Value
CaretMovementType
|
MovePageDown
Represents move page down.
Declaration
public const CaretMovementType MovePageDown
Field Value
CaretMovementType
|
MovePageUp
Represents move page up.
Declaration
public const CaretMovementType MovePageUp
Field Value
CaretMovementType
|
MoveToEndOfDocument
Represents move to end of document.
Declaration
public const CaretMovementType MoveToEndOfDocument
Field Value
CaretMovementType
|
MoveToLineEnd
Represents move to line end.
Declaration
public const CaretMovementType MoveToLineEnd
Field Value
CaretMovementType
|
MoveToLineStart
Represents move to line start.
Declaration
public const CaretMovementType MoveToLineStart
Field Value
CaretMovementType
|
MoveToNextCharacter
Represents move to next character.
Declaration
public const CaretMovementType MoveToNextCharacter
Field Value
CaretMovementType
|
MoveToNextWord
Represents move to next word.
Declaration
public const CaretMovementType MoveToNextWord
Field Value
CaretMovementType
|
MoveToPreviousCharacter
Represents move to previous character.
Declaration
public const CaretMovementType MoveToPreviousCharacter
Field Value
CaretMovementType
|
MoveToPreviousWord
Represents move to previous word.
Declaration
public const CaretMovementType MoveToPreviousWord
Field Value
CaretMovementType
|
MoveToStartOfDocument
Represents move to start of document.
Declaration
public const CaretMovementType MoveToStartOfDocument
Field Value
CaretMovementType
|
value__
Declaration
public int value__
Field Value
System.Int32
|