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





Saves this library to the specified stream.

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

 Syntax

C#  Copy Code

public void SaveToXml (
    Stream s
)

Visual Basic  Copy Code

Public Sub SaveToXml( _
    s As Stream _
)

 Parameters

s

The Stream this library should be saved to.

 See Also

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