AppWidgetProviderInfo.MaxResizeWidth Proprietà

Definizione

Larghezza massima (in px) in base alla quale il widget può essere ridimensionato.

[Android.Runtime.Register("maxResizeWidth", ApiSince=31)]
public int MaxResizeWidth { get; set; }
[<Android.Runtime.Register("maxResizeWidth", ApiSince=31)>]
member this.MaxResizeWidth : int with get, set

Valore della proprietà

Attributi

Commenti

Larghezza massima (in px) in base alla quale il widget può essere ridimensionato. Questo campo non ha alcun effetto se è minore di minWidth o se il ridimensionamento orizzontale non è abilitato (vedere #resizeMode).

Questo campo corrisponde all'attributo android:maxResizeWidth nel file di metadati AppWidget.

per android.appwidget.AppWidgetProviderInfo.maxResizeWidth.

Le parti di questa pagina sono modifiche basate sul lavoro creato e condiviso dalla e usati in base ai termini descritti in Creative License 2.5 Attribution License.

Si applica a