Partager via


IView.Arrange(Rect) Méthode

Définition

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

public:
 Microsoft::Maui::Graphics::Size Arrange(Microsoft::Maui::Graphics::Rect bounds);
public Microsoft.Maui.Graphics.Size Arrange (Microsoft.Maui.Graphics.Rect bounds);
abstract member Arrange : Microsoft.Maui.Graphics.Rect -> Microsoft.Maui.Graphics.Size
Public Function Arrange (bounds As Rect) As Size

Paramètres

bounds
Rect

Taille calculée par le parent pour l’élément enfant.

Retours

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

S’applique à