Search
DiagramBuilder.autoAlignNodes Method
See Also
 

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

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

 Syntax

Java  Copy Code

public DiagramBuilder autoAlignNodes (
    boolean value
)

 Parameters

value

true if nodes should align, otherwise false.

 Return Value

This DiagramBuilder instance.

 See Also