Search
Diagram.LoadFromXml Method (XmlDocument)
See Also
 





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

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public virtual void LoadFromXml (
    XmlDocument document
)

Visual Basic  Copy Code

Public Overridable Sub LoadFromXml( _
    document As XmlDocument _
)

 Parameters

document
A .NET XmlDocument object from which to load the diagram data.

 Remarks

The method reads a diagram previously saved via the SaveToXml method.

 See Also