Search
Cell Members
Constructors Properties Methods
 


Represents a cell of a TableNode.

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 Properties

  Name Description

brush

Gets or sets the brush used to paint the cell's background.

columnSpan

Gets or sets the number of columns spanned by this cell.

font

Gets or sets the font used to render cell's text.

image

Gets or sets the image displayed by this cell.

imageAlign

Gets or sets the alignment of cell's image.

imageContent

Gets or sets a Base64-encoded image to display inside this cell.

imageLocation

Gets or sets URL of the image to display inside this cell.

imagePadding

Gets or sets the padding distance between cell's borders and image.

lineAlignment

Gets or sets the vertical alignment of cell's text.

rowSpan

Gets or sets the number of rows spanned by this cell.

tag

Gets or sets custom data tag associated with this cell.

text

Gets or sets the text label displayed by this cell.

textAlignment

Gets or sets the horizontal alignment of cell's text.

textColor

Gets or sets the cell's text color.

textPadding

Gets or sets the padding distance between cell's borders and its text.

tooltip

Gets or sets the tooltip text that should be displayed when the mouse hovers over this cell.

 Public Methods

  Name Description

loadFromXml

Loads the cell's content from an XML element.

saveToXml

Saves the cell's content into an XML element.

 See Also