DiagramLite Programmer's Guide
Diagram.ActiveItem Property
See Also
 





Gets or sets the active diagram element.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public DiagramItem ActiveItem { get; set; }

Visual Basic  Copy Code

Public Property ActiveItem As DiagramItem

 Property Value

A reference to the DiagramItem instance that is currently active.

 Remarks

Use this property to get the active item - the one selected by the user or the last put in a multiple Selection.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming Namespace
ActiveItemHandlesStyle Property