Saves the state of this diagram item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C# Copy Code |
---|
public virtual DiagramItemState SaveLocationState () |
Visual Basic Copy Code |
---|
Public Overridable Function SaveLocationState () As DiagramItemState |
A DiagramItemState that represents the current state of the item.
This method is used to save the location of an item when the user starts modifying it. If the operation is cancelled, the item is restore to the saved state.