Android.Text.CapitalizationMode Enumeration
Enumerates values returned by several types and taken as a parameter of several types.

Syntax

public enum CapitalizationMode

Remarks

Enumerates values returned by the following: and taken as a parameter of the following: .

Members

Member NameDescription
CharactersCapitalization mode for TextUtils.GetCapsMode(Java.Lang.ICharSequence, System.Int32, System.Int32): capitalize all characters. This value is explicitly defined to be the same as IInputType.TYPE_TEXT_FLAG_CAP_CHARACTERS.
SentencesCapitalization mode for TextUtils.GetCapsMode(Java.Lang.ICharSequence, System.Int32, System.Int32): capitalize the first character of each sentence. This value is explicitly defined to be the same as IInputType.TYPE_TEXT_FLAG_CAP_SENTENCES.
WordsCapitalization mode for TextUtils.GetCapsMode(Java.Lang.ICharSequence, System.Int32, System.Int32): capitalize the first character of all words. This value is explicitly defined to be the same as IInputType.TYPE_TEXT_FLAG_CAP_WORDS.

Requirements

Namespace: Android.Text
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0