DiagramLite Programmer's Guide
Diagram.LaneGrid Property
See Also
 





Gets the Grid instance that represents the lane grid.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public Grid LaneGrid { get; }

Visual Basic  Copy Code

Public ReadOnly Property LaneGrid As Grid

 Property Value

 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

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace