Defines values that indicate how the LaneGrid should be exported to Visio.
Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Visio
SyntaxC#
Copy Code
|
|---|
public enum ExportLanes |
Visual Basic
Copy Code
|
|---|
Public Enum ExportLanes |
Members| Member name | Description | |
|---|---|---|
![]() |
Horizontal |
Export the grid as horizontal functional band shapes. |
![]() |
None |
Do not export the swimlane grid. |
![]() |
Vertical |
Export the grid as vertical functional band shapes. |
See Also