Gets or sets a value indicating whether Visio groups are created from the MindFusion.Diagramming groups.
Namespace: MindFusion.Diagramming.Export
Assembly: MindFusion.Diagramming.Export.Visio
SyntaxC#
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.
RemarksIt is not always possible to create a Visio group corresponding to a MindFusion.Diagramming one. If the structure of your diagram seems incorrect when imported in Visio, disable this property.
See Also