FlexLayout.OnMeasure(Double, Double) 方法

定义

为请求布局测量其子元素而调用的方法。

protected override Xamarin.Forms.SizeRequest OnMeasure(double widthConstraint, double heightConstraint);
override this.OnMeasure : double * double -> Xamarin.Forms.SizeRequest

参数

widthConstraint
System.Double

宽度约束。

heightConstraint
System.Double

高度约束。

返回

适用于