共用方式為


Layout.LayoutChildIntoBoundingRegion(VisualElement, Rect) 方法

定義

將子項目放置到週框區域,同時採用子項目 HorizontalOptionsVerticalOptions

public:
 static void LayoutChildIntoBoundingRegion(Microsoft::Maui::Controls::VisualElement ^ child, Microsoft::Maui::Graphics::Rect region);
public static void LayoutChildIntoBoundingRegion (Microsoft.Maui.Controls.VisualElement child, Microsoft.Maui.Graphics.Rect region);
static member LayoutChildIntoBoundingRegion : Microsoft.Maui.Controls.VisualElement * Microsoft.Maui.Graphics.Rect -> unit
Public Shared Sub LayoutChildIntoBoundingRegion (child As VisualElement, region As Rect)

參數

child
VisualElement

要放置的子項目。

region
Rect

應該在其中放置子系的週框區域。

備註

在計算每個子系的一般區域之後,會在配置週期中呼叫這個方法。 如果指定的周框區域大於子系所需的大小,這個方法會處理相對於所指定周框區域的位置。

適用於