TextInputMethodClientSurroundingText Property

Returns the text around the cursor, usually the current paragraph

Definition

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

Property Value

String

See Also