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





Gets or sets a value indicating whether Visio groups are created from WpfDiagram groups.

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

 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 WpfDiagram one. If the structure of your diagram seems incorrect when imported in Visio, disable this property.

 See Also

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