Search
DiagramItem.SaveState Method
See Also
 






Saves the state of this diagram item.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

protected virtual DiagramItemState SaveState ()

Visual Basic  Copy Code

Protected Overridable Function SaveState () As DiagramItemState

 Return Value

A DiagramItemState that represents the current state of the item.

 See Also