Android.Appwidget.AppWidgetProviderInfo.ResizeMode Property
The rules by which a widget can be resized.

Syntax

[Android.Runtime.Register("resizeMode")]
public ResizeMode ResizeMode { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The rules by which a widget can be resized. See AppWidgetProviderInfo.RESIZE_NONE, AppWidgetProviderInfo.RESIZE_NONE, AppWidgetProviderInfo.RESIZE_HORIZONTAL, AppWidgetProviderInfo.RESIZE_VERTICAL, AppWidgetProviderInfo.RESIZE_BOTH.

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