DiagramLite Programmer's Guide
Theme.SaveToXml Method (String)
See Also
 





Saves the theme to the specified file in an XML format.

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

 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 where the theme should be saved.

 See Also

SaveToXml Method Overload List
Theme Members
Theme Class
MindFusion.Diagramming Namespace