DiagramLite Programmer's Guide
ShapeLibrary.SaveToXml Method (XDocument)
See Also
 





Saves the shape library into the specified XML document. All locations of images associated with shapes in the library are saved relative to the specified destination path.

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

 Syntax

C#  Copy Code

public void SaveToXml (
    XDocument document
)

Visual Basic  Copy Code

Public Sub SaveToXml( _
    document As XDocument _
)

 Parameters

document

 Remarks

If the path is an empty string or null, image locations are written as absolute.

 See Also

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