Namespace: yWorks.yFiles.Layout
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
[FlagsAttribute] public enum PortDirection |
| Visual Basic |
|---|
<FlagsAttribute> _ Public Enumeration PortDirection |
Members
| Member name | Description | ||
|---|---|---|---|
| North | 1 | Constant indicating a port in the north of a node. | |
| East | 4 | Constant indicating a port in the east of a node. | |
| West | 8 | Constant indicating a port in the west of a node. | |
| South | 2 | Constant indicating a port in the south of a node. | |
| WithTheFlow | 16 | Constant indicating a port lying in the direction of the main flow of the edge or overall layout. The exact direction is domain specific. | |
| AgainstTheFlow | 32 | Constant indicating a port lying in the opposite direction of the main flow of the edge or overall layout. The exact direction is domain specific. | |
| LeftInFlow | 64 | Constant indicating a port lying to the left of the direction of the main flow of the edge or overall layout. The exact direction is domain specific. | |
| RightInFlow | 128 | Constant indicating a port lying in the right of the direction of the main flow of the edge or overall layout. The exact direction is domain specific. | |
| Any | 255 | A bitwise combination of all possible direction constants. |