Xamarin.Forms.KeyboardFlags Enumeration
Flagging enumeration for Keyboard options such as Capitalization, Spellcheck, and Suggestions.

Syntax

[System.Flags]
public enum KeyboardFlags

Remarks

Documentation for this section has not yet been entered.

Members

Member NameDescription
AllCapitalize the first words of sentences, and perform spellcheck and offer suggested word completions on text that the user enters.
CapitalizeSentenceCapitalize the first words of sentences.
SpellcheckPerform spellcheck on text that the user enters.
SuggestionsOffer suggested word completions on text that the user enters.

Requirements

Namespace: Xamarin.Forms
Assembly: Xamarin.Forms.Core (in Xamarin.Forms.Core.dll)
Assembly Versions: 1.0.0.0, 1.1.0.0, 1.2.0.0, 1.3.0.0