Gets or sets whether Visio connector rerouting should be disabled.
Namespace: MindFusion.Diagramming.Wpf.Export
Assembly: MindFusion.Diagramming.Wpf.VisioExport
SyntaxC#
Copy Code
|
|---|
public bool DynamicsOff { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DynamicsOff As Boolean |
true to add a DynamicsOff element to the XML markup exported for a connector; otherwise false.
See Also