TextInputMethodClientSelection Property
Gets or sets the curent selection range within current surrounding text.
Namespace: Avalonia.Input.TextInputAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public abstract TextSelection Selection { get; set; }
Public MustOverride Property Selection As TextSelection
Get
Set
abstract Selection : TextSelection with get, set
Property Value
TextSelection