MindFusion.Wpf Pack Programmer's Guide
ShapeNodeProperties Members
Constructors Methods
 


Stores the values of ShapeNode properties during undo / redo operations. If you need to implement undo support for the additional properties defined by a class derived from ShapeNode, do so by deriving from ShapeNodeProperties and overriding the ShapeNode.SaveProperties, ShapeNode.RestoreProperties, and ShapeNode.CreateProperties methods.

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

 Public Constructors

  Name Description

ShapeNodeProperties

 

 Public Methods

  Name Description

FreeResources

Frees stored unmanaged resources which will not be used any longer. The component invokes this method when a record is discarded form the undo history queue. (Inherited from DiagramItemProperties.)

 See Also

ShapeNodeProperties Class
MindFusion.Diagramming.Wpf Namespace