Saves the state of this diagram item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
protected virtual DiagramItemState SaveState () |
Visual Basic
Copy Code
|
|---|
Protected Overridable Function SaveState () As DiagramItemState |
A DiagramItemState that represents the current state of the item.
See Also