Saves the style to XML.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public void SaveToXml ( |
Visual Basic
Copy Code
|
|---|
Public Sub SaveToXml( _ |
The name of the element that describes the style.
The parent XML element.
An XmlPersistContext object providing contextual information about the serialization process and some helper serialization methods.
See Also