Enumeration for use in conjunction with BridgeManager
and GetOrientationStyle(IRenderContext)
Namespace: yWorks.Canvas.ModelAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public enum BridgeOrientationStyle |
| Visual Basic |
|---|
Public Enumeration BridgeOrientationStyle |
Members
| Member name | Description | ||
|---|---|---|---|
| FlowRight | 0 | Adds a bridge to the right of the flow of the path. | |
| FlowLeft | 1 | Adds a bridge to the left of the flow of the path. | |
| Positive | 2 | Adds a bridge in the direction of the positive axes. | |
| Negative | 3 | Adds a bridge in the direction of the negative axes. | |
| Left | 4 | Adds bridges that point to the right. | |
| Right | 5 | Adds bridges that point to the left. | |
| Up | 6 | Adds bridges that point upwards. | |
| Down | 7 | Adds bridges that point downwards. |