Saves the shape content into an XML element.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Task SaveToXml ( |
Visual Basic
Copy Code
|
|---|
Public Function SaveToXml( _ |
The XElement the shape's data should be stored into.
An XmlPersistContext object providing contextual information about the serialization process and some helper serialization methods.
See Also