Saves the diagram into an XML document.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public virtual Task SaveToXml ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Function SaveToXml( _ |
A XDocument object where the diagram should be saved.
true if properties that have their default value should be saved; otherwise, false.
See Also