Saves the diagram document into an XML file.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public Task SaveToXmlAsync ( |
Visual Basic
Copy Code
|
|---|
Public Function SaveToXmlAsync( _ |
A string specifying the file name or full path.
A Task that represents the asynchronous operation.
See Also