TextInputMethodClientSupportsSurroundingText Property
Indicates if text input client is capable of providing the text around the cursor
Namespace: Avalonia.Input.TextInputAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public abstract bool SupportsSurroundingText { get; }
Public MustOverride ReadOnly Property SupportsSurroundingText As Boolean
Get
abstract SupportsSurroundingText : bool with get
Property Value
Boolean