Condividi tramite


Image.OnSizeRequest(Double, Double) Metodo

Definizione

Attenzione

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

Richiamato quando il ciclo layout richiede le dimensioni dell'elemento desiderato.

[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
System.Double

La larghezza disponibile.

heightConstraint
System.Double

L'altezza disponibile.

Restituisce

Attributi
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Commenti

sottoposto a override per Image.

Si applica a