Search
DrawItemEventArgs.Item Property
See Also
 





Gets the item whose selection handles are being drawn.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramItem Item { get; }

Visual Basic  Copy Code

Public ReadOnly Property Item As DiagramItem

 Property Value

An instance of the DiagramItem class.

 See Also