Gets a collection of all selected items.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public DiagramItemCollection Items { get; } |
Visual Basic Copy Code |
---|
Public ReadOnly Property Items As DiagramItemCollection |
An instance of the DiagramItemCollection class that represents the selected diagram items.
You can select items programmatically by adding them to this collection.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |