Search
ShapeDecoration.SaveToXml Method
See Also
 





Saves the ShapeDecoration definition in an XML document.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void SaveToXml (
    XmlElement xmlElement,
    XmlPersistContext context
)

Visual Basic  Copy Code

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

 Parameters

xmlElement

The parent XmlElement object.

context

An XmlPersistContext object providing contextual information about the serialization process and some helper serialization methods.

 See Also