AnchoringBehavior.SetLeftAnchor 方法 (NodeShape, AnchoringBehavior.Edge, Double)
錨定任一側的同層級 ShapeElement 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, _
side As AnchoringBehavior.Edge, _
margin As Double _
)
public void SetLeftAnchor(
NodeShape sibling,
AnchoringBehavior.Edge side,
double margin
)
參數
- sibling
型別:Microsoft.VisualStudio.Modeling.Diagrams.NodeShape
NodeShape 錨定至同層級。
- side
型別:Microsoft.VisualStudio.Modeling.Diagrams.AnchoringBehavior.Edge
同層級錨定至 ShapeElement 的側邊。
- margin
型別:System.Double
左邊邊界 (在全局單位表示) 之間的 ShapeField 的側邊和指定的邊 ShapeElement 的同層級。
備註
錨定任一側的同層級 ShapeElement ShapeField 的左下的方。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。