Gets the XML DOM element corresponding to the Visio document's XML code that describes the shape master.
Namespace: MindFusion.Diagramming.Import
Assembly: MindFusion.Diagramming.Import.Visio
SyntaxC#
Copy Code
|
|---|
public XmlNode MasterXml { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property MasterXml As XmlNode |
A System.Xml.XmlNode instance.
See Also