DesignerEdges Enumeration
Specifies the edge or edges of an activity designer on a workflow design surface where design-time processing is performed, such as a Connector location on the activity designer.
This enumeration has a FlagsAttribute attribute that allows a bitwise combination of its member values.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Member name | Description | |
|---|---|---|
| All | All edges of the activity designer. | |
| Bottom | The bottom edge of the activity designer. | |
| Left | The left edge of the activity designer. | |
| None | None of the edges of the activity designer. | |
| Right | The right edge of the activity designer. | |
| Top | The top edge of the activity designer. |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
The enumeration value returned from ConnectionEdge that specifies where on the activity designer a ConnectionPoint or a collection of ConnectionPoint objects reside. The GetConnectionPoints method can be used to retrieve this collection.
You can also use it to determine which edge or edges of an activity designer a user is resizing by observing the DesignerEdges enumeration value returned from SizingEdge.
Available since 3.0
