共用方式為


AnchoringBehavior.SetLeftAnchor 方法 (NodeShape, Double)

按照自同層級 NodeShape 起算的指定距離,將 ShapeField 的左邊錨定。

命名空間:  Microsoft.VisualStudio.Modeling.Diagrams
組件:  Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.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 命名空間