DesignerNavigationDirection Enum
Definition
Warning
This API is now obsolete.
Specifies values for navigating among designer objects.
public enum class DesignerNavigationDirection
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public enum DesignerNavigationDirection
type DesignerNavigationDirection =
Public Enum DesignerNavigationDirection
- Inheritance
- Attributes
Fields
Down | 0 | Navigates down to the next activity in sequence. |
Left | 2 | Navigates to the left in the workflow. |
Right | 3 | Navigates to the right in the workflow. |
Up | 1 | Navigates up to the previous activity in sequence. |
Remarks
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.