Selection Property
Gets or sets the curent selection range within current surrounding text.
Definition
Namespace: Avalonia.Input.TextInput
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public abstract TextSelection Selection { get; set; }
Public MustOverride Property Selection As TextSelection
Get
Set
abstract Selection : TextSelection with get, set
Property Value
TextSelectionSee Also
Reference
TextInputMethodClient Class
Avalonia.Input.TextInput Namespace