VisualElement.Layout(Rect) 메서드

정의

레이아웃 주기 동안 요소의 경계를 업데이트합니다.

public:
 void Layout(Microsoft::Maui::Graphics::Rect bounds);
public void Layout (Microsoft.Maui.Graphics.Rect bounds);
member this.Layout : Microsoft.Maui.Graphics.Rect -> unit
Public Sub Layout (bounds As Rect)

매개 변수

bounds
Rect

요소의 새 경계입니다.

설명

이 메서드를 호출하면 이 요소의 하위 트리에 대한 레이아웃 주기가 트리거됩니다.

적용 대상