Android.Preferences.TwoStatePreference.Checked Property
Returns the checked state.

Syntax

[get: Android.Runtime.Register("isChecked", "()Z", "GetIsCheckedHandler")]
[set: Android.Runtime.Register("setChecked", "(Z)V", "GetSetChecked_ZHandler")]
public virtual bool Checked { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the checked state.

Set method documentation [Android Documentation]

Sets the checked state and saves it to the Android.Content.ISharedPreferences.

Requirements

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