AnchoringBehavior.SetRightAnchor 方法 (ShapeField, Double)
將 ShapeField 的右邊錨定至垂直線,也就是相對於同層級 ShapeField 左邊,距離為 [同層級 ShapeField 寬度乘以百分比] 的位置。
命名空間: Microsoft.VisualStudio.Modeling.Diagrams
組件: Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0 (在 Microsoft.VisualStudio.Modeling.Sdk.Diagrams.12.0.dll 中)
語法
'宣告
Public Sub SetRightAnchor ( _
sibling As ShapeField, _
percentage As Double _
)
public void SetRightAnchor(
ShapeField sibling,
double percentage
)
參數
- sibling
類型:Microsoft.VisualStudio.Modeling.Diagrams.ShapeField
同層級 ShapeField 的寬度會被視為 100%。
- percentage
類型:System.Double
會定義要錨定的垂直線的同層級 ShapeField 寬度的百分比。(1.0 為 100%)
備註
錨定 Shapefield 右邊為距離的垂直線 [乘以百分比的同層級 ShapeField 寬度] 相對於同層級 ShapeField 左邊。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。