DesignerNavigationDirection Enumeration
.NET Framework (current version)
Note: This API is now obsolete.
Namespace:
System.Workflow.ComponentModel.Design
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
Return to top
Specifies values for navigating among designer objects.
Assembly: System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)
| Member name | Description | |
|---|---|---|
| Down | Navigates down to the next activity in sequence. | |
| Left | Navigates to the left in the workflow. | |
| Right | Navigates to the right in the workflow. | |
| Up | Navigates up to the previous activity in sequence. |
Note |
|---|
This material discusses types and namespaces that are obsolete. For more information, see Deprecated Types in Windows Workflow Foundation 4.5. |
Designer navigation directions are spatial, allowing you to indicate which direction navigation should occur on a workflow design surface.
.NET Framework
Available since 3.0
Available since 3.0
Show:
