Search
NodeConstraints.moveDirection Property
See Also
 





Gets or sets constraints on movement direction.

Namespace: MindFusion.Diagramming
File: NodeConstraints.js

 Syntax

JavaScript  Copy Code

get moveDirection() {}
set moveDirection(value) {}

 Property Value

DirectionConstraint

A member of the DirectionConstraint enumeration. The default value is None.

 See Also