Saves the current layout under the specified XML node.
Namespace: MindFusion.UI.Wpf
Assembly: MindFusion.UI.Wpf
SyntaxC#
Copy Code
|
|---|
public void SaveToXml ( |
Visual Basic
Copy Code
|
|---|
Public Sub SaveToXml( _ |
The XmlNode that will be parent element for the current layout.
See Also