Stores the values of TableNode attributes during undo / redo operations. If you need to implement undo support for the additional properties defined by a class derived from TableNode, do so by deriving from TableNodeProperties and overriding the saveProperties, restoreProperties, and createProperties methods.
The following tables list the members exposed by the TableNodeProperties type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new TableNodeProperties instance. |
Public Fields| Name | Description | |
|---|---|---|
![]() |
(Inherited from DiagramItemProperties.) |
See Also