Skip to main content

EnableIme Property

Determines whether to use IME. IME would be enabled by default if the current user input language is one of the following: Mandarin, Japanese, Vietnamese or Korean.

Definition

Namespace: Avalonia
Assembly: Avalonia.X11 (in Avalonia.X11.dll)

public bool? EnableIme { get; set; }

Property Value

Nullable(Boolean)

Remarks

Input method editor is a component that enables users to generate characters not natively available on their input devices by using sequences of characters or mouse operations that are natively available on their input devices.

See Also

Reference

X11PlatformOptions Class
Avalonia Namespace