Search
DiagramItem.ignoreLayout Property
See Also
 






Gets or sets a value indicating whether the position of this item should not be changed by automatic layout methods.

Namespace: MindFusion.Diagramming
File: DiagramItem.js

 Syntax

JavaScript  Copy Code

get ignoreLayout() {}
set ignoreLayout(value) {}

 Property Value

Boolean

true to ignore this item when arranging the diagram, or false otherwise.

 See Also