Search
InteractionState.CurrentItem Property
See Also
 





Gets a reference to the DiagramItem to be created or modified.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramItem CurrentItem { get; }

Visual Basic  Copy Code

Public ReadOnly Property CurrentItem As DiagramItem

 Property Value

An instance of the DiagramItem class.

 See Also