SelectionHandleType Enum
Definition
Represents which part of the selection the TextSelectionHandle controls.
public enum SelectionHandleType
Fields
| Name | Description |
|---|---|
| Caret | The Handle controls the caret position. |
| End | The Handle controls the end of the text selection. |
| Start | The Handle controls the start of the text selection. |
Caret Field
The Handle controls the caret position.
public Avalonia.Controls.Primitives.SelectionHandleType Caret
End Field
The Handle controls the end of the text selection.
public Avalonia.Controls.Primitives.SelectionHandleType End
Start Field
The Handle controls the start of the text selection.
public Avalonia.Controls.Primitives.SelectionHandleType Start