MindFusion.Wpf Pack Programmer's Guide
DiagramLinkState Members
Constructors
 


Contains a snapshot of the internal state of a DiagramLink. Instances 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 DiagramLink.CreateState, DiagramLink.SaveState and DiagramLink.RestoreState methods.

The following tables list the members exposed by the DiagramLinkState type.

 Public Constructors

  Name Description

DiagramLinkState

 

 See Also

DiagramLinkState Class
MindFusion.Diagramming.Wpf Namespace