Orientation specifier.

Namespace: yWorks.yFiles.Layout.Tree
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public enum Orientation
Visual Basic
Public Enumeration Orientation

Members

Member nameDescription
Horizontal0Orientation specifier. Node shapes will be aligned on the x-axis.
Vertical1Orientation specifier. Node shapes will be aligned on the y-axis.

See Also