VisualElement.IView.Arrange(Rect) Méthode

Définition

Positionne les éléments enfants et détermine une taille pour un élément.

 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

Paramètres

bounds
Rect

Taille que le parent calcule pour l’élément enfant.

Retours

Retourne la taille réellement organisée pour cet élément.

Implémente

S’applique à