Search
ImportItemEventArgs.ShapeXml Property
See Also
 





Gets the XML DOM element corresponding to the Visio document's XML code that describes the imported shape.

Namespace: MindFusion.Diagramming.Import
Assembly: MindFusion.Diagramming.Import.Visio

 Syntax

C#  Copy Code

public XmlNode ShapeXml { get; }

Visual Basic  Copy Code

Public ReadOnly Property ShapeXml As XmlNode

 Property Value

A System.Xml.XmlNode instance.

 See Also