Gets or sets the item that should represent the Visio shape specified by ShapeXml in the imported diagram.
Namespace: MindFusion.Diagramming.Import
Assembly: MindFusion.Diagramming.Import.Visio
SyntaxC#
Copy Code
|
|---|
public DiagramItem Item { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Item As DiagramItem |
A DiagramItem instance representing the Visio shape currently being imported.
See Also