Android.Preferences.DialogPreference.DialogIcon Property
Returns the icon to be shown on subsequent dialogs.

Syntax

[get: Android.Runtime.Register("getDialogIcon", "()Landroid/graphics/drawable/Drawable;", "GetGetDialogIconHandler")]
[set: Android.Runtime.Register("setDialogIcon", "(Landroid/graphics/drawable/Drawable;)V", "GetSetDialogIcon_Landroid_graphics_drawable_Drawable_Handler")]
public virtual Android.Graphics.Drawables.Drawable DialogIcon { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Returns the icon to be shown on subsequent dialogs.

Set method documentation [Android Documentation]

Sets the icon of the dialog. This will be shown on subsequent dialogs.

Requirements

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