This enumeration defines an orientation for a flow graph.
Namespace: TreeLayoutHelperAssembly: 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 name | Value | Description | |
---|---|---|---|
LeftToRight | 0 | The flow direction is from left to right. | |
TopToBottom | 1 | The flow direction is from top to bottom. | |
RightToLeft | 2 | The flow direction is from right to left. | |
BottomToTop | 3 | The flow direction is from bottom to top. |