DroidDiagram Programmer's Guide
ContainerNodeProperties Members
Constructors Fields
 


Stores the values of ContainerNode properties during undo / redo operations. If you need to implement undo support for the additional properties defined by a class derived from ContainerNode, do so by deriving from ContainerNodeProperties and overriding the saveProperties, restoreProperties, and createProperties methods.

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

 Public Constructors

  Name Description

ContainerNodeProperties

 

 Public Fields

  Name Description

allowAddChildren

 

allowRemoveChildren

 

caption

 

captionBackBrush

 

captionColor

 

captionFormat

 

captionHeight

 

clipChildren

 

cornerRadius

 

foldedSize

 

highlightPen

 

margin

 

minimumSize

 

textPadding

  (Inherited from DiagramItemProperties.)

 See Also

ContainerNodeProperties Class
com.mindfusion.diagramming Namespace