Aracılığıyla paylaş


Layout.CrossPlatformArrange(Rect) Yöntem

Tanım

ICrossPlatformLayout'un alt öğelerini verilen sınırlar içinde düzenler.

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

Parametreler

bounds
Rect

ICrossPlatformLayout'un çocuklarının düzenlendiği sınırlar.

Döndürülenler

Düzenlenmiş ICrossPlatformLayout'un gerçek boyutu.

Şunlara uygulanır