Channel orientation specifier.

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

Syntax

C#
public enum ChannelOrientation
Visual Basic
Public Enumeration ChannelOrientation

Members

Member nameDescription
Vertical0Channel orientation specifier. Used to route edges in a vertical channel.
Horizontal1Channel orientation specifier. Used to route edges in a horizontal channel.

See Also