Skip to main content

SelectionHandleType Enumeration

Represents which part of the selection the TextSelectionHandle controls.

Definition

Namespace: Avalonia.Controls.Primitives
Assembly: Avalonia.Controls (in Avalonia.Controls.dll)

public enum SelectionHandleType
View Source

Members

Caret0The Handle controls the caret position.
Start1The Handle controls the start of the text selection.
End2The Handle controls the end of the text selection.

See Also

Reference

Avalonia.Controls.Primitives Namespace