BoxView.OnSizeRequest(Double, Double) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
OnSizeRequest is obsolete as of version 2.2.0. Please use OnMeasure instead.
对盒视图提出大小请求时调用的方法。
[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
参数
- widthConstraint
- System.Double
请求的宽度。
- heightConstraint
- System.Double
请求的高度。
返回
- 属性
-
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute