Android.Widget.ToggleButton.TextOnFormatted Property
Returns the text for when the button is in the checked state.

Syntax

[get: Android.Runtime.Register("getTextOn", "()Ljava/lang/CharSequence;", "GetGetTextOnHandler")]
[set: Android.Runtime.Register("setTextOn", "(Ljava/lang/CharSequence;)V", "GetSetTextOn_Ljava_lang_CharSequence_Handler")]
public virtual Java.Lang.ICharSequence TextOnFormatted { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the text for when the button is in the checked state.

Set method documentation [Android Documentation]

Sets the text for when the button is in the checked state.

Requirements

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