AnchoringBehavior.SetRightAnchor 方法
包含受保護的成員
包含繼承的成員
這個成員是多載的。如需這個成員的完整資訊,包含語法、使用方式和範例,請按一下多載清單中的名稱。
多載清單
名稱 | 描述 | |
---|---|---|
SetRightAnchor(Double) | 將 ShapeField 的右邊錨定至垂直線,也就是相對於父代 ShapeElement 左邊,距離為 [父代 ShapeElement 寬度乘以百分比] 的位置。 | |
SetRightAnchor(AnchoringBehavior.Edge, Double) | 將 ShapeField 的右邊錨定至父代 ShapeElement 的特定一邊。 | |
SetRightAnchor(NodeShape, Double) | 將 ShapeField 的右邊錨定至垂直線,也就是相對於同層級 NodeShape 左邊,距離為 [同層級 NodeShape 寬度乘以百分比] 的位置。 | |
SetRightAnchor(ShapeField, Double) | 將 ShapeField 的右邊錨定至垂直線,也就是相對於同層級 ShapeField 左邊,距離為 [同層級 ShapeField 寬度乘以百分比] 的位置。 | |
SetRightAnchor(NodeShape, AnchoringBehavior.Edge, Double) | 將 ShapeField 的右邊錨定至同層級 NodeShape 的特定一邊。 | |
SetRightAnchor(ShapeField, AnchoringBehavior.Edge, Double) | 將 ShapeField 的右邊錨定至同層級 ShapeField 的特定一邊。 |
回頁首