Search
ItemLabel.maxWidth Property
See Also
 





Gets or sets the maximum width of this label.

Namespace: MindFusion.Diagramming
File: ItemLabel.js

 Syntax

JavaScript  Copy Code

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

 Property Value

Number

The maximum width.

 Remarks

This value is used when enableWrap is set to true.

 See Also