Enumeration for use in conjunction with BridgeManager
and GetOrientationStyle(IRenderContext)
Namespace: yWorks.Canvas.ModelAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
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. |