This documentation is archived and is not being maintained.

DesignerNavigationDirection Enumeration

Specifies values for navigating among designer objects.

Namespace:  System.Workflow.ComponentModel.Design
Assembly:  System.Workflow.ComponentModel (in System.Workflow.ComponentModel.dll)

public enum class DesignerNavigationDirection

Member nameDescription
DownNavigates down to the next activity in sequence.
UpNavigates up to the previous activity in sequence.
LeftNavigates to the left in the workflow.
RightNavigates to the right in the workflow.

Designer navigation directions are spatial, allowing you to indicate which direction navigation should occur on a workflow design surface.

.NET Framework

Supported in: 4, 3.5, 3.0

Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show: