DesignerNavigationDirection Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Caution
The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*
Specifies values for navigating among designer objects.
public enum class DesignerNavigationDirection
public enum DesignerNavigationDirection
[System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")]
public enum DesignerNavigationDirection
type DesignerNavigationDirection =
[<System.Obsolete("The System.Workflow.* types are deprecated. Instead, please use the new types from System.Activities.*")>]
type DesignerNavigationDirection =
Public Enum DesignerNavigationDirection
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
Down | 0 | Navigates down to the next activity in sequence. |
Up | 1 | Navigates up to the previous activity in sequence. |
Left | 2 | Navigates to the left in the workflow. |
Right | 3 | Navigates to the right in the workflow. |
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.