Android.Appwidget.AppWidgetProviderInfo.MinWidth Property
The default height of the widget when added to a host, in dp.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

The default height of the widget when added to a host, in dp. The widget will get at least this width, and will often be given more, depending on the host.

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