Gets or sets whether to print swimlanes.
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 |
true to print the LaneGrid, otherwise false. The default value is false.
See Also