次の方法で共有


Layout.CrossPlatformArrange(Rect) メソッド

定義

ICrossPlatformLayout の子を指定された境界内に配置します。

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

パラメーター

bounds
Rect

ICrossPlatformLayout の子を配置する境界。

戻り値

配置された ICrossPlatformLayout の実際のサイズ。

適用対象