DiagramLite Programmer's Guide
Cell Members
Constructors Fields Properties Methods
 


Represents a cell in a TableNode instance.

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

 Public Constructors

  Name Description

Cell

Initializes a new instance of the Cell class.

 Public Fields

  Name Description

TextAlignmentProperty

Identifies the TextAlignment dependency property.

TextProperty

Identifies the Text dependency property.

 Public Properties

  Name Description

Table

Gets or sets a reference to the TableNode containing this cell.

Text

Gets or sets text displayed inside the cell. This is a dependency property.

TextAlignment

Gets or sets how the text should be aligned inside this cell. This is a dependency property.

 Protected Methods

  Name Description

LoadFromXml

Loads the cell content from an XML element.

SaveToXml

Saves the cell content into an XML element.

 See Also

Cell Class
MindFusion.Diagramming Namespace