共用方式為


NodeShape.Bounds 屬性

網域屬性,取得或設定圖案周框矩形相對於 ParentShape 左上方測量的大小和位置。

命名空間:  Microsoft.VisualStudio.Modeling.Diagrams
組件:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)

語法

'宣告
Public Overridable Property Bounds As RectangleD
public virtual RectangleD Bounds { get; set; }

屬性值

類型:Microsoft.VisualStudio.Modeling.Diagrams.RectangleD

備註

取得或設定繫結所指定相對於 Diagram,使用 AbsoluteBounds

您可以覆寫 OnAbsoluteBoundsChanged 回應特定類別的圖案的大小或位置的變更。 或者,您可以加入 AbsoluteBoundsChanged的事件接聽程式接聽特定的圖案中的變更。

.NET Framework 安全性

請參閱

參考

NodeShape 類別

Microsoft.VisualStudio.Modeling.Diagrams 命名空間

OnAbsoluteBoundsChanged

ParentShape