Gets a collection of all selected items.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
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.
RemarksYou can select items programmatically by adding them to this collection.
See Also