ASP.NET Pack Programmer's Guide
DirectionConstraint Members
Constructors Fields
 


The members of these enumeration specify in what direction to constrain the movement of a node. These constants can be used as parameters of the NodeConstraints.setMoveDirection method of the NodeConstraints class.

The following tables list the members exposed by the DirectionConstraint type.

 Public Constructors

  Name Description

DirectionConstraint

 

 Public Fields

  Name Description

Horizontal

Users are allowed to move the node horizontally.

None

Specifies no restrictions.

Vertical

Users are allowed to move the node vertically.

 See Also

DirectionConstraint Class
com.mindfusion.diagramming Namespace