Android.Resource.Attribute.Capitalize Field
If set, specifies that this TextView has a textual input method and should automatically capitalize what the user types.

Value: 16843113

Syntax

[Android.Runtime.Register("capitalize")]
[System.Obsolete("deprecated")]
public const int Capitalize

Remarks

If set, specifies that this TextView has a textual input method and should automatically capitalize what the user types. The default is "none".
ConstantValueDescription
none0 Don't automatically capitalize anything.
sentences1 Capitalize the first word of each sentence.
words2 Capitalize the first letter of every word.
characters3 Capitalize every character.

Must be one of the following constant values.

[Android Documentation]

Requirements

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