共用方式為


ICrossPlatformLayout.CrossPlatformArrange(Rect) 方法

定義

在指定的界限內排列 ICrossPlatformLayout 的子系。

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

參數

bounds
Rect

應該排列 ICrossPlatformLayout 子系的界限。

傳回

排列之 ICrossPlatformLayout 的實際大小。

適用於