Loads the header from the specified XElement using the specified context.
Namespace: MindFusion.Diagramming.Lanes
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected virtual void LoadFromXml ( |
Visual Basic
Copy Code
|
|---|
Protected Overridable Sub LoadFromXml( _ |
An XElement containing the header's data.
An XmlPersistContext object providing contextual information about the serialization process and some helper serialization methods.
See Also