| Member Name | Description |
|---|---|
| Characters | Capitalization 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. |
| Sentences | Capitalization 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. |
| Words | Capitalization 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. |