ASP.NET Pack Programmer's Guide
VisioExporter.CreateVisioGroups Property
See Also
 





Gets or sets a value indicating whether Visio groups are created from the MindFusion.Diagramming for WebForms groups.

Namespace: MindFusion.Diagramming.Export
Package: MindFusion.Diagramming.Export.Visio

 Syntax

C#  Copy Code

public bool CreateVisioGroups { get; set; }

Visual Basic  Copy Code

Public Property CreateVisioGroups As Boolean

 Property Value

true to create Visio groups when possible; otherwise, false. The default is false.

 Remarks

It is not always possible to create a Visio group corresponding to a MindFusion.Diagramming for WebForms one. If the structure of your diagram seems incorrect when imported in Visio, disable this property.

 See Also

VisioExporter Members
VisioExporter Class
MindFusion.Diagramming.Export Namespace
ExportTablesAsGroups Property