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 DiagramNode.CreateState, DiagramNode.SaveState and DiagramNode.RestoreState methods.
Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf
C# Copy Code |
---|
public class DiagramNodeState : DiagramItemState |
Visual Basic Copy Code |
---|
Public Class DiagramNodeState |
System.Object
MindFusion.Diagramming.Wpf.DiagramItemState
MindFusion.Diagramming.Wpf.DiagramNodeState
MindFusion.Diagramming.Wpf.ShapeNodeState
WpfDiagram Programmer's Guide | © 2024 MindFusion |