Routing style byte constant used for the routingStyle property.
Namespace: yWorks.yFiles.Layout.TreeAssembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public enum RoutingStyle |
| Visual Basic |
|---|
Public Enumeration RoutingStyle |
Members
| Member name | Description | ||
|---|---|---|---|
| Fork | 1 | Routing style byte constant used for the routingStyle property. Using this value will result in orthogonally routed child node connectors where the bends are placed in the channel between the root node and the child nodes. | |
| ForkAtRoot | 2 | Routing style byte constant used for the routingStyle property. Using this value will result in orthogonally routed child node connectors with one bend each placed next to the root node. | |
| Straight | 3 | Routing style byte constant used for the routingStyle property. Using this value will result in straight connections to the child nodes. Edges may overlap nodes in this case. | |
| PolyLine | 4 | Routing style byte constant used for the routingStyle property. Using this value will result in straight connections to the connector of the subtree. |