Search
DirectionConstraint Enumeration
See Also
 





Defines values that specify in what direction to constrain node movement.

Namespace: MindFusion.Diagramming
File: Enum.js

 Syntax

JavaScript  Copy Code

// enum
DirectionConstraint = {}

 Members

  Member name Description

Horizontal

Users are allowed to move the node horizontally.

None

No restrictions.

Vertical

Users are allowed to move the node vertically.

 See Also