Search
NodeConstraints.minWidth Property
See Also
 





Gets or sets the minimal node width allowed.

Namespace: MindFusion.Diagramming
File: NodeConstraints.js

 Syntax

JavaScript  Copy Code

get minWidth() {}
set minWidth(value) {}

 Property Value

Number

A number specifying the minimal node width.

 Remarks

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

 See Also