Stores the original state of items from before the modification began.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public Dictionary<DiagramItem, DiagramItemState> OriginalStates { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property OriginalStates As Dictionary(Of DiagramItem, DiagramItemState) |
A dictionary with the states of the items before modification.
See Also