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
)
參數
- sibling
類型:Microsoft.VisualStudio.Modeling.Diagrams.NodeShape
同層級 NodeShape。
- percentage
類型:System.Double
ShapeField 和同層級之間的差距,以同層級寬度的分數表示。1.0 == 100%
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。