Enum AutoCapital

Definition

Namespace:
ElmSharp
Assembly:
ElmSharp.dll

Enumeration for defining the autocapitalization types.

C#
Copy
[Obsolete("This has been deprecated in API12")] public enum AutoCapital
Name Description
All

Autocapitalize all the letters.

None

No autocapitalization when typing.

Sentence

Autocapitalize the start of each sentence.

Word

Autocapitalize each of the typed word.