次の方法で共有


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 の実際のサイズ。

適用対象