共用方式為


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

父代為子專案計算的大小。

傳回

傳回這個專案的實際排列大小。

適用於