Search
SvgNodeProperties Members
Constructors Fields Methods
 


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

SvgNodeProperties

Initializes a new instance of the SvgNodeProperties class.

 Public Fields

  Name Description

AllowFlip

For internal use. (Inherited from ShapeNodeProperties.)

FlipX

For internal use. (Inherited from ShapeNodeProperties.)

FlipY

For internal use. (Inherited from ShapeNodeProperties.)

ItemClass

For internal use. (Inherited from DiagramItemProperties.)

labels

For internal use. (Inherited from DiagramNodeProperties.)

RotateText

For internal use. (Inherited from ShapeNodeProperties.)

Selected

For internal use. (Inherited from DiagramItemProperties.)

Shape

For internal use. (Inherited from ShapeNodeProperties.)

ShapeOrientation

For internal use. (Inherited from ShapeNodeProperties.)

Text

For internal use. (Inherited from ShapeNodeProperties.)

TextPadding

For internal use. (Inherited from DiagramItemProperties.)

Transparent

For internal use. (Inherited from ShapeNodeProperties.)

UsePolyTextLt

For internal use. (Inherited from ShapeNodeProperties.)

ZIndex

For internal use. (Inherited from DiagramItemProperties.)

 Public Methods

  Name Description

FreeResources

DiagramItemProperties.FreeResources override. (Inherited from ShapeNodeProperties.)

 See Also