AppWidgetProviderInfo.PreviewImage Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A preview of what the AppWidget will look like after it's configured.
[Android.Runtime.Register("previewImage")]
public int PreviewImage { get; set; }
[<Android.Runtime.Register("previewImage")>]
member this.PreviewImage : int with get, set
Property Value
- Attributes
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 AppWidget meta-data file.
Java documentation for android.appwidget.AppWidgetProviderInfo.previewImage
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.