Android.Preferences.SwitchPreference.SwitchTextOffFormatted Property

Syntax

[get: Android.Runtime.Register("getSwitchTextOff", "()Ljava/lang/CharSequence;", "GetGetSwitchTextOffHandler")]
[set: Android.Runtime.Register("setSwitchTextOff", "(Ljava/lang/CharSequence;)V", "GetSetSwitchTextOff_Ljava_lang_CharSequence_Handler")]
public virtual Java.Lang.ICharSequence SwitchTextOffFormatted { 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 off 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