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 方法可以用來擷取此集合。

您也可以藉由觀察 傳回的 列舉值,判斷使用者正在重新調整大小的活動設計工具邊緣。

適用於

另請參閱