Gets the lane grid.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public Grid LaneGrid { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property LaneGrid As Grid |
An instance of the Grid class.
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.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |