Gets or sets constraints applied to the location and size of this node.
Namespace: MindFusion.Diagramming
File: DiagramNode.js
SyntaxJavaScript
Copy Code
|
|---|
get constraints() {} |
NodeConstraints
An instance of the NodeConstraints class.
RemarksThese 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