SupportsSurroundingText Property
Indicates if text input client is capable of providing the text around the cursor
Definition
Namespace: Avalonia.Input.TextInput
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public abstract bool SupportsSurroundingText { get; }
Public MustOverride ReadOnly Property SupportsSurroundingText As Boolean
Get
abstract SupportsSurroundingText : bool with get
Property Value
BooleanSee Also
Reference
TextInputMethodClient Class
Avalonia.Input.TextInput Namespace