DroidDiagram Programmer's Guide
DiagramBuilder.alignToGrid Method
See Also
 






Sets a value indicating whether items should be aligned to the alignment grid while users draw them with the mouse.

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

 Syntax

Java  Copy Code

public DiagramBuilder alignToGrid (
    boolean value
)

 Parameters

value

true if items should be automatically aligned to the grid, otherwise false.

 Return Value

This DiagramBuilder instance.

 See Also

DiagramBuilder Members
DiagramBuilder Class
com.mindfusion.diagramming.builders Namespace