Android.Appwidget.AppWidgetProviderInfo.InitialLayout Property
The resource id of the initial layout for this AppWidget.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

The resource id of the initial layout for this AppWidget. This should be displayed until the RemoteViews for the AppWidget is available.

This field corresponds to the android:initialLayout attribute in the AppWidget meta-data 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