Search
ImportItemEventArgs.Item Property
See Also
 





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

 Syntax

C#  Copy Code

public DiagramItem Item { get; set; }

Visual Basic  Copy Code

Public Property Item As DiagramItem

 Property Value

A DiagramItem instance representing the Visio shape currently being imported.

 See Also