Skip to main content

SelectionHandleType Enum

Definition

Assembly:Avalonia.Controls
Package:Avalonia

Represents which part of the selection the TextSelectionHandle controls.

public enum SelectionHandleType

Inheritance: Enum -> SelectionHandleType

Fields

NameDescription
CaretThe Handle controls the caret position.
EndThe Handle controls the end of the text selection.
StartThe 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