MindFusion.Wpf Pack Programmer's Guide
DiagramDocument.LoadFromXml Method (String)
See Also
 





Loads the document from the specified XML file.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public void LoadFromXml (
    string fileName
)

Visual Basic  Copy Code

Public Sub LoadFromXml( _
    fileName As String _
)

 Parameters

fileName

The name of the XML file the data should be read from.

 See Also

LoadFromXml Method Overload List
DiagramDocument Members
DiagramDocument Class
MindFusion.Diagramming.Wpf Namespace