Inter-edge routing style specifier.

Namespace: yWorks.yFiles.Layout.Grouping
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public enum InterEdgeRoutingStyle
Visual Basic
Public Enumeration InterEdgeRoutingStyle

Members

Member nameDescription
Adopt0 Inter-edge routing style specifier. Adopts the edge layout from the core layouter.
Orthogonal3Inter-edge routing style specifier. Routes the inter-edges in an orthogonal style.
Straightline4Inter-edge routing style specifier. Routes the inter-edges as a straight line.

See Also