Search
ItemLabel.enableWrap Property
See Also
 





Gets or sets a value indicating whether text wrapping is enabled.

Namespace: MindFusion.Diagramming
File: ItemLabel.js

 Syntax

JavaScript  Copy Code

get enableWrap() {}
set enableWrap(value) {}

 Property Value

Boolean

true to wrap the label's text, or false otherwise.

 Remarks

In order to wrap text, you must also set the maxWidth property to specify maximum line length.

 See Also