Port style constant.
Namespace: yWorks.yFiles.Layout.TreeAssembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public enum PortStyle |
| Visual Basic |
|---|
Public Enumeration PortStyle |
Members
| Member name | Description | ||
|---|---|---|---|
| NodeCenter | 0 | Port style constant. Uses (0,0) as port offset. | |
| BorderCenter | 1 | Port style constant. Ports will lie at the center of a node border. | |
| BorderDistributed | 2 | Port style constant. Ports will be distributed evenly on the side of a node. |