Search
NodeConstraints.maxHeight Property
See Also
 





Gets or sets the maximal node height allowed.

Namespace: MindFusion.Diagramming
File: NodeConstraints.js

 Syntax

JavaScript  Copy Code

get maxHeight() {}
set maxHeight(value) {}

 Property Value

Number

A number specifying the maximal node height.

 Remarks

0 = no height constraints; any other value specifies the maximal node height allowed.

 See Also