次の方法で共有


ILayout.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

ILayout の子を配置する必要がある境界。

戻り値

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

適用対象