This enumeration defines an orientation for a flow graph.

Namespace: TreeLayoutHelper
Assembly: TreeLayoutHelper (in TreeLayoutHelper.dll) Version: 1.1.0.0 (1.1.0.0)

Syntax

C#
public enum Orientation
Visual Basic
Public Enumeration Orientation
Visual C++
public enum class Orientation
J#
public enum Orientation
JScript
public enum Orientation
JavaScript
TreeLayoutHelper.Orientation = function();
TreeLayoutHelper.Orientation.createEnum('TreeLayoutHelper.Orientation', false);

Members

Member nameValueDescription
LeftToRight0 The flow direction is from left to right.
TopToBottom1 The flow direction is from top to bottom.
RightToLeft2 The flow direction is from right to left.
BottomToTop3 The flow direction is from bottom to top.

See Also