Port style constant.

Namespace: yWorks.yFiles.Layout.Tree
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public enum PortStyle
Visual Basic
Public Enumeration PortStyle

Members

Member nameDescription
NodeCenter0Port style constant. Uses (0,0) as port offset.
BorderCenter1Port style constant. Ports will lie at the center of a node border.
BorderDistributed2Port style constant. Ports will be distributed evenly on the side of a node.

See Also