AnchoringBehavior.SetLeftAnchor 方法 (NodeShape, Double)

在来自同级 NodeShape 的指定远处锚定 ShapeField 的左侧。

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

语法

声明
Public Sub SetLeftAnchor ( _
    sibling As NodeShape, _
    percentage As Double _
)
public void SetLeftAnchor(
    NodeShape sibling,
    double percentage
)

参数

  • percentage
    类型:System.Double
    ShapeField 以及同级元素之间的空白,是以同级的一小部分宽度。1.0 == 100%

.NET Framework 安全性

请参见

参考

AnchoringBehavior 类

SetLeftAnchor 重载

Microsoft.VisualStudio.Modeling.Diagrams 命名空间