Layout.LayoutChildIntoBoundingRegion(VisualElement, Rect) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
將子項目放置到週框區域,同時採用子項目 HorizontalOptions 和 VerticalOptions。
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
應該在其中放置子系的週框區域。
備註
在計算每個子系的一般區域之後,會在配置週期中呼叫這個方法。 如果指定的周框區域大於子系所需的大小,這個方法會處理相對於所指定周框區域的位置。