AnchoringBehavior.SetLeftAnchor 方法 (Double)

锚定 ShapeField 的左侧内容是距离的垂直线 [父百分比倍的 ShapeElement 的宽度] 相对于父 ShapeElement 的左侧。

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

语法

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

参数

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

备注

锚定 ShapeField 的左侧内容是距离的垂直线 [百分比倍的父 ShapeElement 的宽度] 相对于父 ShapeElement 的左侧。

.NET Framework 安全性

请参见

参考

AnchoringBehavior 类

SetLeftAnchor 重载

Microsoft.VisualStudio.Modeling.Diagrams 命名空间