Loads the diagram from an XML file.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Task LoadFromXmlAsync ( |
Visual Basic
Copy Code
|
|---|
Public Function LoadFromXmlAsync( _ |
The name of the XML file the data should be read from.
A Task that represents the asynchronous operation.
See Also