Loads the diagram from an XML document.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Task LoadFromXmlAsync ( |
Visual Basic
Copy Code
|
|---|
Public Function LoadFromXmlAsync( _ |
A System.Xml.XmlDocument from which to load the diagram data.
A Task that represents the asynchronous operation.
See Also