Gets or sets the active diagram element.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public DiagramItem ActiveItem { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ActiveItem As DiagramItem |
A reference to the DiagramItem instance that is currently active.
RemarksUse this property to get the active item - the one selected by the user or the last put in a multiple Selection. It is shown with white selection handles by default.
See Also