IView.Arrange(Rect) Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
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.