Gets a collection of the original items.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
SyntaxC#
Copy Code
|
|---|
public DiagramItemCollection OriginalItems { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property OriginalItems As DiagramItemCollection |
An instance of the DiagramItemCollection class.
RemarksThis property supports the WpfDiagram infrastructure and is not intended to be used directly from your code.
See Also