Android.Appwidget.AppWidgetProviderInfo.Icon Property
The icon to display for this AppWidget in the AppWidget picker.

Syntax

[Android.Runtime.Register("icon")]
public int Icon { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The icon to display for this AppWidget in the AppWidget picker. If not supplied in the xml, the application icon will be used.

This field corresponds to the android:icon attribute in the <receiver> element in the AndroidManifest.xml file.

[Android Documentation]

Requirements

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