SelectionHandleType Enumeration

Represents which part of the selection the TextSelectionHandle controls.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public enum SelectionHandleType

Members

Caret0 The Handle controls the caret position.
Start1 The Handle controls the start of the text selection.
End2 The Handle controls the end of the text selection.

See Also