Search
Diagram.LaneGrid Property
See Also
 





Gets the Grid instance that represents the lane grid.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 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.

 See Also