Search
LinkLabel.autoArrange Property
See Also
 





Gets or sets whether to automatically arrange the label to avoid overlapping nodes.

Namespace: MindFusion.Diagramming
Package: LinkLabel.js

 Syntax

JavaScript  Copy Code

get autoArrange() {}
set autoArrange(value) {}

 Property Value

Boolean

true if the label should be auto-arranged, or false otherwise.

 See Also