Gets or sets a value specifying whether the LaneGrid should be exported to Visio.
Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Visio
SyntaxC#
Copy Code
|
|---|
public ExportLanes ExportLanes { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ExportLanes As ExportLanes |
A member of the ExportLanes enumeration. The default value is None.
RemarksIf export of swimlanes is enabled, they are exported as Visio Functional Band shapes.
See Also