AnchoringBehavior.SetRightAnchor 方法 (ShapeField, Double)

锚定 ShapeField 的右侧为了使距离的垂直线 [同级百分比倍的 ShapeField 的宽度] 相对同级 ShapeField 的左侧。

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

语法

声明
Public Sub SetRightAnchor ( _
    sibling As ShapeField, _
    percentage As Double _
)
public void SetRightAnchor(
    ShapeField sibling,
    double percentage
)

参数

  • percentage
    类型:System.Double
    将定义垂直线条锚定同级 ShapeField 的宽度的百分比。(1.0 表示 100%)

备注

锚定 Shapefield 的右侧为了使距离的垂直线 [百分比倍的同级 ShapeField 的宽度] 相对于一个同级 ShapeField 的左侧。

.NET Framework 安全性

请参见

参考

AnchoringBehavior 类

SetRightAnchor 重载

Microsoft.VisualStudio.Modeling.Diagrams 命名空间