Android.Widget.TextView.SetAllCaps Method
Sets the properties of this field to transform input to ALL CAPS display.

Syntax

[Android.Runtime.Register("setAllCaps", "(Z)V", "GetSetAllCaps_ZHandler")]
public virtual void SetAllCaps (bool allCaps)

See Also

TextView.TransformationMethod

Parameters

allCaps
Documentation for this section has not yet been entered.

Remarks

Sets the properties of this field to transform input to ALL CAPS display. This may use a "small caps" formatting if available. This setting will be ignored if this field is editable or selectable. This call replaces the current transformation method. Disabling this will not necessarily restore the previous behavior from before this was enabled.

[Android Documentation]

Requirements

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