DiagramLite Programmer's Guide
Shape.SaveToXml Method
See Also
 





Saves the shape content into an XML element.

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

 Syntax

C#  Copy Code

public void SaveToXml (
    XElement xmlElement,
    XmlPersistContext context
)

Visual Basic  Copy Code

Public Sub SaveToXml ( _
    xmlElement As XElement, _
    context As XmlPersistContext _
)

 Parameters

xmlElement
The XElement the shape's data should be stored into.
context
An XmlPersistContext object providing contextual information about the serialization process and some helper serialization methods.

 See Also

Shape Members
Shape Class
MindFusion.Diagramming Namespace