Gets the Grid instance that represents the lane grid.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Grid LaneGrid { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property LaneGrid As Grid |
An instance of the Grid class.
RemarksThe 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