DesignerNavigationDirection Enum

Definition

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
DesignerNavigationDirection
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.

Applies to