MindFusion.Wpf Pack Programmer's Guide
VisioExporter.ExportLanes Property
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf.Export
Assembly: MindFusion.Diagramming.Wpf.VisioExport

 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

VisioExporter Members
VisioExporter Class
MindFusion.Diagramming.Wpf.Export Namespace
LaneGridTitle Property