Udostępnij za pośrednictwem


TemplatedView.OnSizeRequest(Double, Double) Metoda

Definicja

Przestroga

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

Metoda wywoływana podczas aktualizacji układu.

[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

Parametry

widthConstraint
System.Double

Ograniczenie szerokości, które zostało przekazane z żądaniem.

heightConstraint
System.Double

Ograniczenie wysokości przekazane z żądaniem.

Zwraca

Atrybuty
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Dotyczy