SupportsPreedit Property
Indicates if TextViewVisual is capable of displaying non-committed input on the cursor position
Definition
Namespace: Avalonia.Input.TextInput
Assembly: Avalonia.Base (in Avalonia.Base.dll)
- C#
- VB
- F#
public abstract bool SupportsPreedit { get; }
Public MustOverride ReadOnly Property SupportsPreedit As Boolean
Get
abstract SupportsPreedit : bool with get
Property Value
BooleanSee Also
Reference
TextInputMethodClient Class
Avalonia.Input.TextInput Namespace