Grid.OnSizeRequest(Double, Double) Metodo

Definizione

Attenzione

OnSizeRequest is obsolete as of version 2.2.0. Please use OnMeasure instead.

Metodo chiamato quando viene effettuato un tentativo di ridimensionare questo elemento Grid.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete("OnSizeRequest is obsolete as of version 2.2.0. Please use OnMeasure instead.")]
protected override Xamarin.Forms.SizeRequest OnSizeRequest (double widthConstraint, double heightConstraint);
override this.OnSizeRequest : double * double -> Xamarin.Forms.SizeRequest

Parametri

widthConstraint
Double

La larghezza richiesta.

heightConstraint
Double

L'altezza richiesta.

Restituisce

Le nuove dimensioni richieste.

Attributi

Si applica a