Search
DiagramItem.getIgnoreLayout Method
See Also
 

Gets a value indicating whether an item should be ignored by the automatic layout algorithms.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public boolean getIgnoreLayout ()

 Return Value

true if the item is ignored by layout algorithms, otherwise false.

 See Also