Search
PrintOptions.EnableLanes Property
See Also
 





Gets or sets whether to print swimlanes.

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

 Syntax

C#  Copy Code

public bool EnableLanes { get; set; }

Visual Basic  Copy Code

Public Property EnableLanes As Boolean

 Property Value

true to print the LaneGrid, otherwise false. The default value is false.

 See Also