Click or drag to resize

TreeOrientation Enumeration

Determines the alignment of the elements in the tree.

Namespace: Vishnu.Interchange
Assembly: Vishnu.Interchange (in Vishnu.Interchange.dll) Version: 1.0.0+df0404e911d6c38eaed3bb1bb1acfc482d417643
Syntax
public enum TreeOrientation
Member
Member nameValueDescription of the
AlternatingHorizontal0Alternating structure, starting horizontally (default).
Vertical1Vertical structure.
Horizontal2Horizontal structure.
AlternatingVertical3Alternating structure, starting vertically.
See also