AnchoringBehavior.SetLeftAnchor 方法 (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 SetLeftAnchor ( _
sibling As ShapeField, _
percentage As Double _
)
public void SetLeftAnchor(
ShapeField sibling,
double percentage
)
參數
- sibling
型別:Microsoft.VisualStudio.Modeling.Diagrams.ShapeField
同層級 100%會被視為其寬度的 ShapeField。
- percentage
型別:System.Double
將定義錨定至垂直線條的同層級 ShapeField 的寬度的百分比。(1.0 屬 100%)
備註
錨定左下的方垂直線是相對於左邊同層級 ShapeField 的距離為同層級 ShapeField 乘以百分比寬度為 ShapeField。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。