EnumSelectionOnFocus
Enum
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.
CursorAtStart
The cursor will be moved at the start of the text.
SelectAll
The whole text will be selected.
Unchanged
Selection will not be modified.