Gets or sets whether lanes are enabled.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public bool EnableLanes { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property EnableLanes As Boolean |
RemarksYou can customize the lane grid through the LaneGrid property.
See Also