Enum SelectionHandleType
- Namespace
- Avalonia.Controls.Primitives
- Assembly
- Avalonia.Controls.dll
Represents which part of the selection the TextSelectionHandle controls.
public enum SelectionHandleType
Fields
Caret = 0
The Handle controls the caret position.
End = 2
The Handle controls the end of the text selection.
Start = 1
The Handle controls the start of the text selection.