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 = 0Use the user's system preference.
public static readonly SpellChecking Enabled = 1Force spell checking on.
public static readonly SpellChecking Disabled = 2Force spell checking off.
