ASP.NET Pack Programmer's Guide
Style.LoadFromXml Method
See Also
 





Loads the style content from an XML element.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void LoadFromXml (
    XmlElement xmlElement,
    XmlPersistContext context
)

Visual Basic  Copy Code

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

 Parameters

xmlElement

An XmlElement containing the style's data.

context

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

 See Also

Style Members
Style Class
MindFusion.Diagramming Namespace