DiagramLite Programmer's Guide
Diagram.LoadFromXml Method (XDocument)
See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public void LoadFromXml (
    XDocument document
)

Visual Basic  Copy Code

Public Sub LoadFromXml( _
    document As XDocument _
)

 Parameters

document
System.Xml.Linq.XDocument object from which to load the diagram data.

 Remarks

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

 See Also

LoadFromXml Method Overload List
Diagram Members
Diagram Class
MindFusion.Diagramming Namespace