Decorator.Offset 属性

获取或设置修改一个修饰器的默认位置的偏移量。

命名空间:  Microsoft.VisualStudio.Modeling.Diagrams
程序集:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0(在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0.dll 中)

语法

声明
Public Property Offset As PointD
public PointD Offset { get; set; }

属性值

类型:Microsoft.VisualStudio.Modeling.Diagrams.PointD

备注

更改修饰器偏移量不会自动导致关系图更新。如果一个修饰器位于形状内,必须在更改之后无效使用一个修饰器的所有形状。如果一个修饰器在形状外存在,必须为承载此修饰器的所有宿主形状调用 ConfigureHostShape 和 RepositionHostShape。

.NET Framework 安全性

请参见

参考

Decorator 类

Microsoft.VisualStudio.Modeling.Diagrams 命名空间