Contains a snapshot of the internal state of a DiagramLink.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public class DiagramLinkState : DiagramItemState |
Visual Basic
Copy Code
|
|---|
Public Class DiagramLinkState |
RemarksInstances of this class are used to store the state of links for later undo or redo operations. If you derive from DiagramLink and need to implement undo support for the additional internal state defined by your class, do so by deriving from DiagramLinkState and overriding the CreateState, SaveState and RestoreState methods of DiagramLink.
Inheritance HierarchySystem.Object![]()
MindFusion.Diagramming.DiagramItemState
MindFusion.Diagramming.DiagramLinkState
See Also