Gets the diagram element represented by AreaTag in the image map.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public DiagramItem Item { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property Item As DiagramItem |
An instance of the DiagramItem class.
See Also