Share via


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

父视图为子视图确定的大小。

适用于