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





Loads the ShapeDecoration definition from an XML document.

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

 Syntax

C#  Copy Code

public void LoadFromXml (
    XmlElement xmlElement,
    XmlPersistContext context
)

Visual Basic  Copy Code

Public Sub LoadFromXml( _
    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

ShapeDecoration Members
ShapeDecoration Class
MindFusion.Diagramming.Wpf Namespace
SaveToXml Method