Search
DiagramNode.constraints Property
See Also
 





Gets or sets constraints applied to the location and size of this node.

Namespace: MindFusion.Diagramming
File: DiagramNode.js

 Syntax

JavaScript  Copy Code

get constraints() {}
set constraints(value) {}

 Property Value

NodeConstraints

An instance of the NodeConstraints class.

 Remarks

These constraints are considered when a user modifies the node interactively. They are ignored if node placement is changed programmatically by using methods and properties.

 See Also