DroidDiagram Programmer's Guide
Diagram.getLaneGrid Method
See Also
 






Gets the Grid instance that represents the lane grid.

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

 Syntax

Java  Copy Code

public Grid getLaneGrid ()

 Return Value

An instance of the Grid class.

 Remarks

The Grid object gives you full control over the lane grid. For example, it lets you set the number of rows and columns in the grid, add headers, customize the appearance, subscribe to events and so on.

To show the swimlane grid, set the EnableLanes property to true.

 See Also

Diagram Members
Diagram Class
com.mindfusion.diagramming Namespace