MindFusion.Wpf Pack Programmer's Guide
Theme.SaveToXml Method
See Also
 





Saves the theme to an XML file.

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

 Syntax

C#  Copy Code

public void SaveToXml (
    string fileName
)

Visual Basic  Copy Code

Public Sub SaveToXml( _
    fileName As String _
)

 Parameters

fileName

The name of the file to save to.

 See Also

Theme Members
Theme Class
MindFusion.Diagramming.Wpf Namespace