DiagramLite Programmer's Guide
XmlPersistContext Constructor (Diagram, XDocument)
See Also
 





Initializes a new instance of the XmlPersistContext class.

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

 Syntax

C#  Copy Code

public XmlPersistContext (
    Diagram diagram,
    XDocument document
)

Visual Basic  Copy Code

Public New ( _
    diagram As Diagram, _
    document As XDocument _
)

 Parameters

diagram
The Diagram this class will operate on.
document
The System.Xml.Linq.XDocument object to serialize/deserialize to/from.

 See Also

XmlPersistContext Constructor Overload List
XmlPersistContext Class
MindFusion.Diagramming Namespace