Search
Manipulator.Item Property
See Also
 






Gets or sets the item this manipulator is attached to.

Namespace: MindFusion.Diagramming.Manipulators
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected DiagramItem Item { get; }

Visual Basic  Copy Code

Protected ReadOnly Property Item As DiagramItem

 Property Value

An instance of an DiagramItem-derived class.

 See Also