Namespace: yWorks.yFiles.Layout.Tree
Assembly: yWorks.yFilesNET.Algorithms (in yWorks.yFilesNET.Algorithms.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public enum PortAssignmentMode
Visual Basic
Public Enumeration PortAssignmentMode

Members

Member nameDescription
PortConstraint1 Mode constant describing the strategy where edges having
  • a weak port constraint, i.e., effectively a side constraint, will be anchored at the center of that side
  • no port constraint set will be anchored at the center of the node
Edges having a strong port constraint are anchored at that coordinates.
Node0 Mode constant describing the strategy where all ports are reset to the center of their nodes.

See Also