Search
VisioExporter.ExportLanes Property
See Also
 





Gets or sets a value specifying whether the LaneGrid should be exported to Visio.

Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Visio

 Syntax

C#  Copy Code

public ExportLanes ExportLanes { get; set; }

Visual Basic  Copy Code

Public Property ExportLanes As ExportLanes

 Property Value

A member of the ExportLanes enumeration. The default value is None.

 Remarks

If export of swimlanes is enabled, they are exported as Visio Functional Band shapes.

 See Also