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