共用方式為


RectangleGeometry.Bounds 屬性

定義

取得 Rect,其指定 RectangleGeometry 的週框方塊。 這個方法不會將任何畫筆納入考量。

public:
 virtual property System::Windows::Rect Bounds { System::Windows::Rect get(); };
public override System.Windows.Rect Bounds { get; }
member this.Bounds : System.Windows.Rect
Public Overrides ReadOnly Property Bounds As Rect

屬性值

Rect

RectangleGeometry 的週框方塊。

備註

如果動畫存在,則會使用 物件的基底值 RectangleGeometry 來計算周框方塊。

適用於