Gets or sets the title of the functional band container created when exporting the diagram's swimlane grid.
Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Visio
C# Copy Code |
---|
public string LaneGridTitle { get; set; } |
Visual Basic Copy Code |
---|
Public Property LaneGridTitle As String |
A string specifying the title of the Functional Band container shape. The default value is empty string.
When ExportLanes is enabled, VisioExporter create a Functional Band shape for each swimlane and a container shape for the whole grid. This property specifies the container's title.