DiagramLite Programmer's Guide
DiagramNodeState Class
See Also
 





Contains a snapshot of the internal state of a DiagramNode. Instances of this class are used to store the state of nodes for later undo or redo operations. If you derive from DiagramNode and need to implement undo support for the additional internal state defined by your class, do so by deriving from DiagramNodeState and overriding the createState, saveState and restoreState methods.

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

 Syntax

C#  Copy Code

public class DiagramNodeState : DiagramItemState

Visual Basic  Copy Code

Public Class DiagramNodeState
    Inherits DiagramItemState

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.DiagramItemState
        MindFusion.Diagramming.DiagramNodeState
            MindFusion.Diagramming.ControlNodeState
            MindFusion.Diagramming.ShapeNodeState
            MindFusion.Diagramming.TableNodeState
            MindFusion.Diagramming.TreeViewNodeState

 See Also

DiagramNodeState Members
MindFusion.Diagramming Namespace