AnchoringBehavior.SetLeftAnchor 方法
包括受保护的成员
包括继承的成员
重载此成员。有关此成员的完整信息(包括语法、用法和示例),请单击重载列表中的相应名称。
重载列表
名称 | 说明 | |
---|---|---|
SetLeftAnchor(Double) | 锚定 ShapeField 的左侧内容是距离的垂直线 [父百分比倍的 ShapeElement 的宽度] 相对于父 ShapeElement 的左侧。 | |
SetLeftAnchor(AnchoringBehavior.Edge, Double) | 锚定 ShapeField 的左侧到父形状的特定端。 | |
SetLeftAnchor(NodeShape, Double) | 在来自同级 NodeShape 的指定远处锚定 ShapeField 的左侧。 | |
SetLeftAnchor(ShapeField, Double) | 锚定 ShapeField 的左侧内容是距离的垂直线 [同级百分比倍的 ShapeField 的宽度] 相对同级 ShapeField 的左侧。 | |
SetLeftAnchor(NodeShape, AnchoringBehavior.Edge, Double) | 锚定 ShapeField 的左侧内容同级 ShapeElement 的特定端。 | |
SetLeftAnchor(ShapeField, AnchoringBehavior.Edge, Double) | 锚定 ShapeField 的左侧内容同级 ShapeField 的特定端。 |
页首