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

Syntax

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

Value

Documentation for this section has not yet been entered.

Remarks

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

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