Channel orientation specifier.

Namespace: yWorks.yFiles.Layout.Router
Assembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.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