Search
InteractionState.OriginalStates Property
See Also
 






Stores the original state of items from before the modification began.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Dictionary<DiagramItem, DiagramItemState> OriginalStates { get; }

Visual Basic  Copy Code

Public ReadOnly Property OriginalStates As Dictionary(Of DiagramItem, DiagramItemState)

 Property Value

A dictionary with the states of the items before modification.

 See Also