Convert a visual to XML.
Use Document.CreateVisual to turn it back into a copy of the original visual.
Namespace: Demo3D.VisualsAssembly: Demo3D.Core (in Demo3D.Core.dll) Version: 19.01.00
Syntaxpublic XmlDocument ToXml()
Return Value
XmlDocumentAn XML Document representing the properties of the Visual.
See Also