共用方式為


AnchoringBehavior.SetTopAnchor 方法 (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 SetTopAnchor ( _
    sibling As ShapeField, _
    percentage As Double _
)
public void SetTopAnchor(
    ShapeField sibling,
    double percentage
)

參數

  • percentage
    型別:System.Double
    將定義水平規線以錨定至同層級 ShapeField 的高度的百分比。(1.0 屬 100%)

備註

錨定是相對於同層級 ShapeField 的頂端邊緣的距離為同層級 ShapeField 乘以百分比高度水平規線以 ShapeField 的上方。

.NET Framework 安全性

請參閱

參考

AnchoringBehavior 類別

SetTopAnchor 多載

Microsoft.VisualStudio.Modeling.Diagrams 命名空間