DiagramLite Programmer's Guide
DiagramItem.SaveLocationState Method
See Also
 





Saves the state of this diagram item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public virtual DiagramItemState SaveLocationState ()

Visual Basic  Copy Code

Public Overridable Function SaveLocationState () As DiagramItemState

 Return Value

A DiagramItemState that represents the current state of the item.

 Remarks

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.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming Namespace