DroidDiagram Programmer's Guide
Diagram.setAlignToGrid Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setAlignToGrid (
    boolean value
)

 Parameters

value

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

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace