DesignerEdges 枚举

定义

注意

The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*

指定活动设计器在工作流设计图面上用于执行设计时处理的一个或多个边缘,如活动设计器上的 Connector 位置。

此枚举支持其成员值的按位组合。

public enum class DesignerEdges
[System.Flags]
public enum DesignerEdges
[System.Flags]
[System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")]
public enum DesignerEdges
[<System.Flags>]
type DesignerEdges = 
[<System.Flags>]
[<System.Obsolete("The System.Workflow.* types are deprecated.  Instead, please use the new types from System.Activities.*")>]
type DesignerEdges = 
Public Enum DesignerEdges
继承
DesignerEdges
属性

字段

All 15

活动设计器的所有边缘。

Bottom 8

活动设计器的下边缘。

Left 1

活动设计器的左边缘。

None 0

非活动设计器的边缘。

Right 4

活动设计器的右边缘。

Top 2

活动设计器的上边缘。

注解

备注

本材料讨论的类型和命名空间已废弃不用。 有关详细信息,请参阅 Windows Workflow Foundation 4.5 中弃用的类型

ConnectionEdge 中返回的枚举值,它指定 ConnectionPointConnectionPoint 对象的集合在活动设计器上的位置。 可以使用 GetConnectionPoints 方法来检索此集合。

还可以使用该方法通过观察从 DesignerEdges 返回的 SizingEdge 枚举值来确定用户正在调整哪个或哪些活动设计器边缘的大小。

适用于

另请参阅