Freigeben über


Layout.CrossPlatformArrange(Rect) Methode

Definition

Ordnet die untergeordneten Elemente des ICrossPlatformLayout innerhalb der angegebenen Grenzen an.

public:
 virtual 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
override this.CrossPlatformArrange : Microsoft.Maui.Graphics.Rect -> Microsoft.Maui.Graphics.Size
Public Function CrossPlatformArrange (bounds As Rect) As Size

Parameter

bounds
Rect

Die Grenzen, an denen die untergeordneten Elemente des ICrossPlatformLayouts angeordnet werden sollen.

Gibt zurück

Die tatsächliche Größe des angeordneten ICrossPlatformLayout.

Gilt für: