VisualElement.OnMeasure(Double, Double) 方法   
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
进行布局测量时调用的方法。
protected virtual Xamarin.Forms.SizeRequest OnMeasure(double widthConstraint, double heightConstraint);
	abstract member OnMeasure : double * double -> Xamarin.Forms.SizeRequest
override this.OnMeasure : double * double -> Xamarin.Forms.SizeRequest
	参数
- widthConstraint
 - System.Double
 
请求的宽度约束。
- heightConstraint
 - System.Double
 
请求的高度约束。