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 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。