Search
DiagramItem.RestoreProperties Method
See Also
 





Restores the properties of this diagram item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual void RestoreProperties (
    DiagramItemProperties props
)

Visual Basic  Copy Code

Protected Overridable Sub RestoreProperties( _
    props As DiagramItemProperties _
)

 Parameters

props
A DiagramItemProperties -derived object containing a snapshot of the item's properties.

 Remarks

This method is invoked by the undo/redo subsystem when undoing or redoing a ChangeItemCmd instance.

 See Also