Sdílet prostřednictvím


RelativeLayout.OnSizeRequest(Double, Double) Metoda

Definice

Upozornění

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

Volá se, když obdrží RelativeLayout žádost o velikost.

[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

Omezení šířky.

heightConstraint
System.Double

Omezení výšky.

Návraty

Atributy
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Platí pro