Android.Appwidget.AppWidgetProviderInfo.MinResizeWidth Property
Minimum width (in dp) which the widget can be resized to.

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

Minimum width (in dp) which the widget can be resized to. This field has no effect if it is greater than minWidth or if horizontal resizing isn't enabled (see AppWidgetProviderInfo.ResizeMode).

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