Layout.LayoutChildIntoBoundingRegion(VisualElement, Rect) Metoda
Definicja
Ważne
Niektóre informacje odnoszą się do produktu w wersji wstępnej, który może zostać znacząco zmodyfikowany przed wydaniem. Firma Microsoft nie udziela żadnych gwarancji, jawnych lub domniemanych, w odniesieniu do informacji podanych w tym miejscu.
Przestroga
Use the Arrange method on child instead.
Umieszcza element podrzędny w regionie ograniczenia przy jednoczesnym poszanowaniu elementów HorizontalOptions podrzędnych i 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);
[System.Obsolete("Use the Arrange method on child instead.")]
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
[<System.Obsolete("Use the Arrange method on child instead.")>]
static member LayoutChildIntoBoundingRegion : Microsoft.Maui.Controls.VisualElement * Microsoft.Maui.Graphics.Rect -> unit
Public Shared Sub LayoutChildIntoBoundingRegion (child As VisualElement, region As Rect)
Parametry
- child
- VisualElement
Element podrzędny, który ma być umieszczony.
- region
- Rect
Region ograniczenia, w którym należy umieścić element podrzędny.
- Atrybuty
Uwagi
Ta metoda jest wywoływana w cyklu układu po obliczeniu regionów ogólnych dla każdego elementu podrzędnego. Ta metoda będzie obsługiwać pozycjonowanie elementu względem regionu ograniczenia, biorąc pod uwagę, jeśli podany region ograniczenia jest większy niż żądany rozmiar elementu podrzędnego.