Click or drag to resize
weroSoft AG, Software
DirectNavigationPlacement Enumeration
The documentation is integral part of the weroSoft product documentation. This part is intended to be used by developers only.
Defines the possible navigation positions.

Namespace:  WeroSoft.Workflow.Common.Visualization
Assembly:  WeroSoft.Workflow.Core.Library (in WeroSoft.Workflow.Core.Library.dll) Version: 3.0 Pre-Release
Syntax
C#
public enum DirectNavigationPlacement
Members
  Member nameValueDescription
Left0 The navigation is aligned on left-hand-side of the pages.
Top1 The navigation is aligned above the pages.
Right2 The navigation is aligned on right-hand-side of the pages.
Bottom3 The navigation is aligned below the pages.
See Also