IViewHandler.PlatformArrange(Rect) メソッド

定義

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

public:
 void PlatformArrange(Microsoft::Maui::Graphics::Rect frame);
public void PlatformArrange (Microsoft.Maui.Graphics.Rect frame);
abstract member PlatformArrange : Microsoft.Maui.Graphics.Rect -> unit
Public Sub PlatformArrange (frame As Rect)

パラメーター

frame
Rect

親が子ビューに対して決定するサイズ。

適用対象