Search
NodeConstraints.minHeight Property
See Also
 





Gets or sets the minimal node height allowed.

Namespace: MindFusion.Diagramming
File: NodeConstraints.js

 Syntax

JavaScript  Copy Code

get minHeight() {}
set minHeight(value) {}

 Property Value

Number

A number specifying the minimal node height.

 Remarks

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

 See Also