Loads the diagram from an XML document.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public virtual void LoadFromXml ( |
Visual Basic
Copy Code
|
|---|
Public Overridable Sub LoadFromXml( _ |
The XDocument to load from.
true to load values of the diagram properties; false to load only the diagram items.
See Also