다음을 통해 공유


TemplatedView.OnSizeRequest(Double, Double) 메서드

정의

주의

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

적용 대상