Partager via


ICrossPlatformLayout.CrossPlatformArrange(Rect) Méthode

Définition

Organise les enfants de iCrossPlatformLayout dans les limites spécifiées.

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

Paramètres

bounds
Rect

Limites dans lesquelles les enfants de ICrossPlatformLayout doivent être organisés.

Retours

Taille réelle de l’ICrossPlatformLayout organisé.

S’applique à