DroidDiagram Programmer's Guide
DiagramBuilder.showGrid Method
See Also
 






Sets a value indicating whether the alignment grid should be displayed.

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

 Syntax

Java  Copy Code

public DiagramBuilder showGrid (
    boolean value
)

 Parameters

value

true if the alignment grid should be drawn on the screen, otherwise false.

 Return Value

This DiagramBuilder instance.

 See Also

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