次の方法で共有


IView.Arrange(Rect) メソッド

定義

子要素を配置し、要素のサイズを決定します。

public:
 Microsoft::Maui::Graphics::Size Arrange(Microsoft::Maui::Graphics::Rect bounds);
public Microsoft.Maui.Graphics.Size Arrange (Microsoft.Maui.Graphics.Rect bounds);
abstract member Arrange : Microsoft.Maui.Graphics.Rect -> Microsoft.Maui.Graphics.Size
Public Function Arrange (bounds As Rect) As Size

パラメーター

bounds
Rect

親が子要素に対して計算するサイズ。

戻り値

この要素の実際の配置サイズを返します。

適用対象