VisualElement.IView.Arrange(Rect) 方法

定义

定位子元素并确定元素的大小。

 virtual Microsoft::Maui::Graphics::Size Microsoft.Maui.IView.Arrange(Microsoft::Maui::Graphics::Rect bounds) = Microsoft::Maui::IView::Arrange;
Microsoft.Maui.Graphics.Size IView.Arrange (Microsoft.Maui.Graphics.Rect bounds);
abstract member Microsoft.Maui.IView.Arrange : Microsoft.Maui.Graphics.Rect -> Microsoft.Maui.Graphics.Size
override this.Microsoft.Maui.IView.Arrange : Microsoft.Maui.Graphics.Rect -> Microsoft.Maui.Graphics.Size
Function Arrange (bounds As Rect) As Size Implements IView.Arrange

参数

bounds
Rect

父元素为子元素计算的大小。

返回

返回此元素的实际排列大小。

实现

适用于