Share via


BoxView.OnSizeRequest(Double, Double) Metoda

Definice

Upozornění

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

Metoda, která je volána při požadavku na velikost v zobrazení rámečku.

[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

Požadovaná šířka.

heightConstraint
System.Double

Požadovaná výška.

Návraty

Atributy
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Platí pro