TextInputMethodClientSurroundingText Property
Returns the text around the cursor, usually the current paragraph
Namespace: Avalonia.Input.TextInputAssembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public abstract string SurroundingText { get; }
Public MustOverride ReadOnly Property SurroundingText As String
Get
abstract SurroundingText : string with get
Property Value
String