Freigeben über


VisualElement.IView.Arrange(Rect) Methode

Definition

Positioniert untergeordnete Elemente und bestimmt eine Größe für ein Element.

 virtual Microsoft::Maui::Graphics::Size Microsoft.Maui.IView.Arrange(Microsoft::Maui::Graphics::Rect bounds) = Microsoft::Maui::IView::Arrange;
Microsoft.Maui.Graphics.Size IView.Arrange (Microsoft.Maui.Graphics.Rect bounds);
abstract member Microsoft.Maui.IView.Arrange : Microsoft.Maui.Graphics.Rect -> Microsoft.Maui.Graphics.Size
override this.Microsoft.Maui.IView.Arrange : Microsoft.Maui.Graphics.Rect -> Microsoft.Maui.Graphics.Size
Function Arrange (bounds As Rect) As Size Implements IView.Arrange

Parameter

bounds
Rect

Die Größe, die das übergeordnete Element für das untergeordnete Element berechnet.

Gibt zurück

Gibt die tatsächlich angeordnete Größe für dieses Element zurück.

Implementiert

Gilt für: