ContentPresenter.ICrossPlatformLayout.CrossPlatformArrange(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.
virtual Microsoft::Maui::Graphics::Size Microsoft.Maui.ICrossPlatformLayout.CrossPlatformArrange(Microsoft::Maui::Graphics::Rect bounds) = Microsoft::Maui::ICrossPlatformLayout::CrossPlatformArrange;
Microsoft.Maui.Graphics.Size ICrossPlatformLayout.CrossPlatformArrange (Microsoft.Maui.Graphics.Rect bounds);
abstract member Microsoft.Maui.ICrossPlatformLayout.CrossPlatformArrange : Microsoft.Maui.Graphics.Rect -> Microsoft.Maui.Graphics.Size
override this.Microsoft.Maui.ICrossPlatformLayout.CrossPlatformArrange : Microsoft.Maui.Graphics.Rect -> Microsoft.Maui.Graphics.Size
Function CrossPlatformArrange (bounds As Rect) As Size Implements ICrossPlatformLayout.CrossPlatformArrange
Paramètres
- bounds
- Rect
Retours
Implémente
S’applique à
Collaborer avec nous sur GitHub
La source de ce contenu se trouve sur GitHub, où vous pouvez également créer et examiner les problèmes et les demandes de tirage. Pour plus d’informations, consultez notre guide du contributeur.