TextInputMethodClientSelection Property

Gets or sets the curent selection range within current surrounding text.

Definition

Namespace: Avalonia.Input.TextInput
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public abstract TextSelection Selection { get; set; }

Property Value

TextSelection

See Also