Gets the Grid instance that represents the lane grid.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Grid LaneGrid { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property LaneGrid As Grid |
RemarksThe Grid object gives you full control over the lane grid.
See Also