Resource.Attribute.Capitalize Field

Definition

Caution

deprecated

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

[Android.Runtime.Register("capitalize")]
[System.Obsolete("deprecated")]
public const int Capitalize = 16843113;
[<Android.Runtime.Register("capitalize")>]
[<System.Obsolete("deprecated")>]
val mutable Capitalize : int

Field Value

Value = 16843113
Attributes

Remarks

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to