MindFusion.Wpf Pack Programmer's Guide
ShapeNodeState Class
See Also
 





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

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public class ShapeNodeState : DiagramNodeState

Visual Basic  Copy Code

Public Class ShapeNodeState
    Inherits DiagramNodeState

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.Wpf.DiagramItemState
        MindFusion.Diagramming.Wpf.DiagramNodeState
            MindFusion.Diagramming.Wpf.ShapeNodeState

 See Also

ShapeNodeState Members
MindFusion.Diagramming.Wpf Namespace