LineAnchor 枚举
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
注意
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
确定工作流设计图面上连接线点的形状。
public enum class LineAnchor
public enum LineAnchor
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public enum LineAnchor
type LineAnchor =
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type LineAnchor =
Public Enum LineAnchor
- 继承
- 属性
字段
| 名称 | 值 | 说明 |
|---|---|---|
| None | 0 | 没有连接点。 |
| Arrow | 1 | 连接点是箭头。 |
| ArrowAnchor | 2 | 连接点是箭头定位点。 |
| Diamond | 3 | 连接点为菱形。 |
| DiamondAnchor | 4 | 连接点是菱形定位点。 |
| Round | 5 | 连接点是一个圆。 |
| RoundAnchor | 6 | 连接点是一个圆定位点。 |
| Rectangle | 7 | 连接点是一个矩形。 |
| RectangleAnchor | 8 | 连接点是一个矩形定位点。 |
| RoundedRectangle | 9 | 连接点是一个圆角矩形。 |
| RoundedRectangleAnchor | 10 | 连接点是一个圆角矩形定位点。 |
注解
注释
此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.50 中的
连接器是在互连的活动设计器之间的工作流设计图面上呈现的线条。 每行的终点称为连接线点,这些连接线附加到它们连接的活动设计器的位置。 LineAnchor 提供确定连接点外观的值。