Orientation specifier.

Namespace: yWorks.yFiles.Layout.Tree
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

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