DiagramLite Programmer's Guide
Row.SaveToXml Method
See Also
 





Saves the row properties into an XML element.

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

 Syntax

C#  Copy Code

protected void SaveToXml (
    XElement xmlElement,
    XmlPersistContext context
)

Visual Basic  Copy Code

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

 Parameters

xmlElement

An XmlElement the row's data should be stored into.

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

 See Also

Row Members
Row Class
MindFusion.Diagramming Namespace