Gets or sets a value indicating whether Visio groups are created from WpfDiagram groups.
Namespace: MindFusion.Diagramming.Wpf.Export
Assembly: MindFusion.Diagramming.Wpf.VisioExport
C# Copy Code |
---|
public bool CreateVisioGroups { get; set; } |
Visual Basic Copy Code |
---|
Public Property CreateVisioGroups As Boolean |
true to create Visio groups when possible; otherwise, false. The default is false.
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.