AnchoringBehavior.SetLeftAnchor 方法 (NodeShape, Double)
錨定在指定的距離為同層級 NodeShape ShapeField 的左邊。
命名空間: Microsoft.VisualStudio.Modeling.Diagrams
組件: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.11.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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。