Enum
SelectionOnFocus

Specifies the selection modification when the input control gets the focus.

Definition

Namespace:Telerik.Maui

Assembly:Telerik.Maui.Core.dll

Syntax:

cs-api-definition
public enum SelectionOnFocus

Fields

CursorAtEnd

The cursor will be moved at the end of the text.

Declaration

cs-api-definition
CursorAtEnd = 2

Field Value

SelectionOnFocus

CursorAtStart

The cursor will be moved at the start of the text.

Declaration

cs-api-definition
CursorAtStart = 1

Field Value

SelectionOnFocus

SelectAll

The whole text will be selected.

Declaration

cs-api-definition
SelectAll = 3

Field Value

SelectionOnFocus

Unchanged

Selection will not be modified.

Declaration

cs-api-definition
Unchanged = 0

Field Value

SelectionOnFocus