다음을 통해 공유


VisualElement.MeasureOverride(Double, Double) 메서드

정의

서브클래스가 컨트롤 측정값 통과 중에 사용자 지정 측정값 논리를 구현할 수 있도록 허용합니다.

protected:
 virtual Microsoft::Maui::Graphics::Size MeasureOverride(double widthConstraint, double heightConstraint);
protected virtual Microsoft.Maui.Graphics.Size MeasureOverride (double widthConstraint, double heightConstraint);
abstract member MeasureOverride : double * double -> Microsoft.Maui.Graphics.Size
override this.MeasureOverride : double * double -> Microsoft.Maui.Graphics.Size
Protected Overridable Function MeasureOverride (widthConstraint As Double, heightConstraint As Double) As Size

매개 변수

widthConstraint
Double

요청할 너비 제약 조건입니다.

heightConstraint
Double

요청할 높이 제약 조건입니다.

반환

디바이스에 표시하기 위해 요소가 원하는 요청된 크기입니다.

적용 대상