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
属性

字段

名称 说明
None 0

活动设计器的边缘都没有。

Left 1

活动设计器的左边缘。

Top 2

活动设计器的上边缘。

Right 4

活动设计器的右边缘。

Bottom 8

活动设计器的下边缘。

All 15

活动设计器的所有边缘。

注解

注释

此材料讨论已过时的类型和命名空间。 有关详细信息,请参阅 Windows Workflow Foundation 4.50 中的 Deprecated Types。

ConnectionEdge 中返回的枚举值指定活动设计器 ConnectionPoint 上对象或对象集合 ConnectionPoint 所在的位置。 该方法 GetConnectionPoints 可用于检索此集合。

还可以使用它来确定用户正在调整其大小的活动设计器的边缘或边缘,方法是观察从中DesignerEdges返回的SizingEdge枚举值。

适用于

另请参阅