Android.Views.InputMethods.EditorInfo.InitialCapsMode Property
The capitalization mode of the first character being edited in the text.

Syntax

[Android.Runtime.Register("initialCapsMode")]
public Android.Text.CapitalizationMode InitialCapsMode { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The capitalization mode of the first character being edited in the text. Values may be any combination of Android.Text.TextUtils.CAP_MODE_CHARACTERS, Android.Text.TextUtils.CAP_MODE_WORDS, and Android.Text.TextUtils.CAP_MODE_SENTENCES, though you should generally just take a non-zero value to mean "start out in caps mode".

[Android Documentation]

Requirements

Namespace: Android.Views.InputMethods
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 3