Gets or sets the active diagram element.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
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.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |