MindFusion.Wpf Pack Programmer's Guide
TableNode.Row.LoadFromXml Method
See Also
 





Loads the row properties from an XML element.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

protected void LoadFromXml (
    XmlElement xmlElement,
    XmlPersistContext context
)

Visual Basic  Copy Code

Protected Sub LoadFromXml( _
    xmlElement As XmlElement, _
    context As XmlPersistContext _
)

 Parameters

xmlElement
An System.Xml.XmlElement containing the row's data.
context
An XmlPersistContext object providing contextual information about the serialization process and some helper serialization methods.

 See Also

TableNode.Row Members
TableNode.Row Class
MindFusion.Diagramming.Wpf Namespace