Search
NodeConstraints.maxWidth Property
See Also
 





Gets or sets the maximal node width allowed.

Namespace: MindFusion.Diagramming
File: NodeConstraints.js

 Syntax

JavaScript  Copy Code

get maxWidth() {}
set maxWidth(value) {}

 Property Value

Number

A number specifying the maximal node width.

 Remarks

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

 See Also