Search
Diagram.LaneGrid Property
See Also
 






Gets the lane grid.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Grid LaneGrid { get; }

Visual Basic  Copy Code

Public ReadOnly Property LaneGrid As Grid

 Property 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.

 See Also