Android.Preferences.SwitchPreference.SwitchTextOnFormatted Property

Syntax

[get: Android.Runtime.Register("getSwitchTextOn", "()Ljava/lang/CharSequence;", "GetGetSwitchTextOnHandler")]
[set: Android.Runtime.Register("setSwitchTextOn", "(Ljava/lang/CharSequence;)V", "GetSetSwitchTextOn_Ljava_lang_CharSequence_Handler")]
public virtual Java.Lang.ICharSequence SwitchTextOnFormatted { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Set method documentation [Android Documentation]

Set the text displayed on the switch widget in the on state. This should be a very short string; one word if possible.

Requirements

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