Search
SelectionCopy.OriginalItems Property
See Also
 





Gets a collection of the original items.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public DiagramItemCollection OriginalItems { get; }

Visual Basic  Copy Code

Public ReadOnly Property OriginalItems As DiagramItemCollection

 Property Value

An instance of the DiagramItemCollection class.

 Remarks

This property supports the MindFusion.Diagramming infrastructure and is not intended to be used directly from your code.

 See Also