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





Gets or sets the title of the functional band container created when exporting the diagram's swimlane grid.

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

 Syntax

C#  Copy Code

public string LaneGridTitle { get; set; }

Visual Basic  Copy Code

Public Property LaneGridTitle As String

 Property Value

A string specifying the title of the Functional Band container shape. The default value is empty string.

 Remarks

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.

 See Also

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