Search
Selection.Items Property
See Also
 





Gets a collection of all selected items.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramItemCollection Items { get; }

Visual Basic  Copy Code

Public ReadOnly Property Items As DiagramItemCollection

 Property Value

An instance of the DiagramItemCollection class that represents the selected diagram items.

 Remarks

You can select items programmatically by adding them to this collection.

 See Also