Edge layout style modifier.
Namespace: yWorks.yFiles.LayoutAssembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public enum SelfloopStyle |
| Visual Basic |
|---|
Public Enumeration SelfloopStyle |
Members
| Member name | Description | ||
|---|---|---|---|
| Orthogonal | 0 | Edge layout style modifier. Using this style, selfloops are routed in an orthogonal fashion, i.e., the route consists of an alternating sequence of horizontal and vertical line segments. This style can be set with method LayoutStyle . | |
| Rounded | 1 | Edge layout style modifier. Using this style, the routes of selfloops are rounded. This style can be set with method LayoutStyle . |