Gets or sets the active diagram element.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# 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.
Use 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.
Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
ActiveItemHandlesBrush Property
SelectionOnTop Property
WpfDiagram Programmer's Guide | © 2024 MindFusion |