MindFusion.Wpf Pack Programmer's Guide
DiagramDocument.LoadFromXmlAsync 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 Task LoadFromXmlAsync (
    string fileName
)

Visual Basic  Copy Code

Public Function LoadFromXmlAsync( _
    fileName As String _
) As Task

 Parameters

fileName

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

 Return Value

 See Also

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