Search
ControlNodeProperties Members
Constructors Fields Methods
 


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

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

 Public Constructors

  Name Description

ControlNodeProperties

 

 Public Fields

  Name Description

ItemClass

For internal use. (Inherited from DiagramItemProperties.)

labels

For internal use. (Inherited from DiagramNodeProperties.)

Selected

For internal use. (Inherited from DiagramItemProperties.)

Text

For internal use. (Inherited from DiagramItemProperties.)

TextPadding

For internal use. (Inherited from DiagramItemProperties.)

ZIndex

For internal use. (Inherited from DiagramItemProperties.)

 Public Methods

  Name Description

FreeResources

Frees stored resources which will no longer be used. (Inherited from DiagramItemProperties.)

 See Also