VisualElement.Bounds 属性

定义

获取与设备无关的单元中元素的边界。

public:
 property Microsoft::Maui::Graphics::Rect Bounds { Microsoft::Maui::Graphics::Rect get(); };
public Microsoft.Maui.Graphics.Rect Bounds { get; }
member this.Bounds : Microsoft.Maui.Graphics.Rect
Public ReadOnly Property Bounds As Rect

属性值

注解

Bounds 是在布局期间分配的。

适用于