共用方式為


AnchoringBehavior.SetRightAnchor 方法 (ShapeField, Double)

將 ShapeField 的右邊錨定至垂直線,也就是相對於同層級 ShapeField 左邊,距離為 [同層級 ShapeField 寬度乘以百分比] 的位置。

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