Loads the style from XML.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public void LoadFromXml ( |
Visual Basic
Copy Code
|
|---|
Public Sub LoadFromXml( _ |
The name of the element that describes the style.
The name of an element that contains a fallback color.
The parent XML element.
An XmlPersistContext object providing contextual information about the serialization process and some helper serialization methods.
See Also