Weak constraint specifier.
Namespace: yWorks.yFiles.LayoutAssembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public enum PortSide |
| Visual Basic |
|---|
Public Enumeration PortSide |
Members
| Member name | Description | ||
|---|---|---|---|
| Any | 0 | Weak constraint specifier. Indicates that any side of the node will do for the port direction. | |
| North | 1 | Weak constraint specifier. Indicates that a port has to connect at the north side (i.e. top side) of a node. | |
| South | 2 | Weak constraint specifier. Indicates that a port has to connect at the south side (i.e. bottom side) of a node. | |
| East | 4 | Weak constraint specifier. Indicates that a port has to connect at the east side (i.e. right side) of a node. | |
| West | 8 | Weak constraint specifier. Indicates that a port has to connect at the west side (i.e. left side) of a node. |