Returns a deserialized node based on the given XElement.
Namespace:
Mindscape.WpfDiagrammingAssembly: Mindscape.WpfDiagramming.Foundation (in Mindscape.WpfDiagramming.Foundation.dll)
Version: 2.0.0.0 (2.0.0.0)
Syntax
| C# |
|---|
protected virtual DiagramNode CreateNode( XElement xml ) |
| Visual Basic (Declaration) |
|---|
Protected Overridable Function CreateNode ( _ xml As XElement _ ) As DiagramNode |
Parameters
- xml
- Type: System.Xml.Linq..::.XElement
The XElement for deserializing the node.