Back to API Reference
Enum

SpellChecking

Spell-checking policy requested from native text input.

Remarks

Android maps Disabled to its combined no-suggestions behavior.
public static readonly SpellChecking Default = 0

Use the user's system preference.

public static readonly SpellChecking Enabled = 1

Force spell checking on.

public static readonly SpellChecking Disabled = 2

Force spell checking off.