Android.Preferences.Preference.Icon Property
Returns the icon of this Preference.

Syntax

[get: Android.Runtime.Register("getIcon", "()Landroid/graphics/drawable/Drawable;", "GetGetIconHandler")]
[set: Android.Runtime.Register("setIcon", "(Landroid/graphics/drawable/Drawable;)V", "GetSetIcon_Landroid_graphics_drawable_Drawable_Handler")]
public virtual Android.Graphics.Drawables.Drawable Icon { get; set; }

See Also

Preference.Icon

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the icon of this Preference.

Set method documentation [Android Documentation]

Sets the icon for this Preference with a Drawable. This icon will be placed into the ID NoType:android/R$id;Href=../../../reference/android/R.id.html#icon within the View created by Preference.OnCreateView(Android.Views.ViewGroup).

Requirements

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