Routing style specifier.
Namespace: yWorks.yFiles.Layout.RouterAssembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public enum RoutingStyle |
| Visual Basic |
|---|
Public Enumeration RoutingStyle |
Members
| Member name | Description | ||
|---|---|---|---|
| Adhoc | 0 | Routing style specifier. Edge segments are drawn ad hoc, i.e., rather crude. | |
| Shortpath | 1 | Routing style specifier. Edge segments are drawn the short way, i.e., with the global way of the edge in mind. | |
| Prefermiddle | 2 | Routing style specifier. Edge segments are drawn with the most distance to already known obstacles such as nodes or other edge segments. | |
| Balanced | 3 | Routing style specifier. Similar to Prefermiddle for the two end segments and segments between bends of different directions. Segments between bends of the same direction (u-shaped turns) are drawn the short way. This style achieves a well-balanced routing and is used by default. |