Android.Appwidget.AppWidgetProviderInfo.PreviewImage Property
A preview of what the AppWidget will look like after it's configured.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

A preview of what the AppWidget will look like after it's configured. If not supplied, the AppWidget's icon will be used.

This field corresponds to the android:previewImage 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 11