SurroundingText Property
Returns the text around the cursor, usually the current paragraph
Definition
Namespace: Avalonia.Input.TextInput
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public abstract string SurroundingText { get; }
Public MustOverride ReadOnly Property SurroundingText As String
Get
abstract SurroundingText : string with get
Property Value
StringSee Also
Reference
TextInputMethodClient Class
Avalonia.Input.TextInput Namespace