Edge flow specifier used by method
DetermineEdgeFlowDirection(LayoutGraph, IDataProvider)
.
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 EdgeFlow |
| Visual Basic |
|---|
Public Enumeration EdgeFlow |
Members
| Member name | Description | ||
|---|---|---|---|
| Up | 2 | Edge flow specifier used by method DetermineEdgeFlowDirection(LayoutGraph, IDataProvider) . This value specifies that the flow direction of most edges is up. | |
| Down | 0 | Edge flow specifier used by method DetermineEdgeFlowDirection(LayoutGraph, IDataProvider) . This value specifies that the flow direction of most edges is down. | |
| Left | 3 | Edge flow specifier used by method DetermineEdgeFlowDirection(LayoutGraph, IDataProvider) . This value specifies that the flow direction of most edges is left. | |
| Right | 1 | Edge flow specifier used by method DetermineEdgeFlowDirection(LayoutGraph, IDataProvider) . This value specifies that the flow direction of most edges is right. | |
| None | -1 | Edge flow specifier used by method DetermineEdgeFlowDirection(LayoutGraph, IDataProvider) . This value specifies that there is no main flow direction. |