SelectionHandleType Enumeration
Represents which part of the selection the TextSelectionHandle controls.
Definition
Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)
- C#
- VB
- F#
public enum SelectionHandleType
Public Enumeration SelectionHandleType
type SelectionHandleType
Members
Caret | 0 | The Handle controls the caret position. |
Start | 1 | The Handle controls the start of the text selection. |
End | 2 | The Handle controls the end of the text selection. |