Search
Diagram.getAutoAlignNodes Method
See Also
 

Gets whether nodes should automatically align to the borders of other nodes during user interaction.

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

 Syntax

Java  Copy Code

public boolean getAutoAlignNodes ()

 Return Value

true if nodes should align, otherwise false. The default value is false.

 See Also