Search
HandlesVisualStyle.LoadFromXml Method
See Also
 





Loads the style from XML.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public void LoadFromXml (
    string elementName,
    string colorElementName,
    XmlElement parentElement,
    XmlPersistContext context
)

Visual Basic  Copy Code

Public Sub LoadFromXml( _
    elementName As String, _
    colorElementName As String, _
    parentElement As XmlElement, _
    context As XmlPersistContext _
)

 Parameters

elementName

The name of the element that describes the style.

colorElementName

The name of an element that contains a fallback color.

parentElement

The parent XML element.

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

 See Also