Inter-edge routing style specifier.
Namespace: yWorks.yFiles.Layout.GroupingAssembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public enum InterEdgeRoutingStyle |
| Visual Basic |
|---|
Public Enumeration InterEdgeRoutingStyle |
Members
| Member name | Description | ||
|---|---|---|---|
| Adopt | 0 | Inter-edge routing style specifier. Adopts the edge layout from the core layouter. | |
| Orthogonal | 3 | Inter-edge routing style specifier. Routes the inter-edges in an orthogonal style. | |
| Straightline | 4 | Inter-edge routing style specifier. Routes the inter-edges as a straight line. |