Layout style constant.

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 EdgeLayoutStyle
Visual Basic
Public Enumeration EdgeLayoutStyle

Members

Member nameDescription
Plain0Layout style constant. Draw edges as straight lines.
Orthogonal1Layout style constant. Draw edges orthogonally in a bus-like fashion.

See Also