Stores the values of SvgNode properties during undo / redo operations. If you need to implement undo support for the additional properties defined by a class derived from SvgNode, do so by deriving from SvgNodeProperties and overriding the SvgNode.SaveProperties, SvgNode.RestoreProperties, and SvgNode.CreateProperties methods.
The following tables list the members exposed by the SvgNodeProperties type.
Public Constructors| Name | Description | |
|---|---|---|
![]() |
Initializes a new instance of the SvgNodeProperties class. |
Public Fields| Name | Description | |
|---|---|---|
![]() |
For internal use. (Inherited from ShapeNodeProperties.) |
|
![]() |
For internal use. (Inherited from ShapeNodeProperties.) |
|
![]() |
For internal use. (Inherited from ShapeNodeProperties.) |
|
![]() |
For internal use. (Inherited from DiagramItemProperties.) |
|
![]() |
For internal use. (Inherited from DiagramNodeProperties.) |
|
![]() |
For internal use. (Inherited from ShapeNodeProperties.) |
|
![]() |
For internal use. (Inherited from DiagramItemProperties.) |
|
![]() |
For internal use. (Inherited from ShapeNodeProperties.) |
|
![]() |
For internal use. (Inherited from ShapeNodeProperties.) |
|
![]() |
For internal use. (Inherited from ShapeNodeProperties.) |
|
![]() |
For internal use. (Inherited from DiagramItemProperties.) |
|
![]() |
For internal use. (Inherited from ShapeNodeProperties.) |
|
![]() |
For internal use. (Inherited from ShapeNodeProperties.) |
|
![]() |
For internal use. (Inherited from DiagramItemProperties.) |
Public Methods| Name | Description | |
|---|---|---|
![]() |
DiagramItemProperties.FreeResources override. (Inherited from ShapeNodeProperties.) |
See Also