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 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