Stores the values of MapNode properties during undo / redo operations. If you need to implement undo support for the additional properties defined by a class derived from MapNode, do so by deriving from MapNodeProperties and overriding the MapNode.SaveProperties, MapNode.RestoreProperties, and MapNode.CreateProperties methods.
The following tables list the members exposed by the MapNodeProperties type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
|
Public Fields| Name | Description | |
|---|---|---|
![]() |
For internal use. (Inherited from DiagramItemProperties.) |
|
![]() |
For internal use. (Inherited from DiagramNodeProperties.) |
|
![]() |
For internal use. (Inherited from DiagramItemProperties.) |
|
![]() |
For internal use. (Inherited from DiagramItemProperties.) |
|
![]() |
For internal use. (Inherited from DiagramItemProperties.) |
|
![]() |
For internal use. (Inherited from DiagramItemProperties.) |
Public Methods| Name | Description | |
|---|---|---|
![]() |
Frees stored resources which will no longer be used. (Inherited from DiagramItemProperties.) |
See Also