Serializes an object to XAML.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public XElement WriteXaml ( |
Visual Basic
Copy Code
|
|---|
Public Function WriteXaml( _ |
The System.Xml.Linq.XElement value to write.
The name of the element under which the value should be written.
The parent element of the newly created node.
See Also