Search
Diagram.LoadFromXml Method
See Also
 





Loads the contents of an XML diagram document into the control.

 Overload List

Name Description

Diagram.LoadFromXml (String)

Loads the contents of the XML diagram document from the specified file into the control.

Diagram.LoadFromXml (String, Boolean)

Loads the diagram from an XML file.

Diagram.LoadFromXml (XmlDocument)

Loads the contents of the XML diagram document represented by the specified XmlDocument into the control.

Diagram.LoadFromXml (XmlDocument, Boolean)

Loads the diagram from an XML document.

 See Also