Search
TableNode.Cell Properties
 


 Public Properties

  Name Description

Brush

Gets or sets the brush used to fill this cell.

ColumnSpan

Gets or sets how many columns the cell should span.

Font

Gets or sets the font used to draw text inside this cell.

HyperLink

Gets or sets the hyperlink associated with the cell.

Image

Gets or sets the image that is displayed in this cell.

ImageAlign

Gets or sets the alignment of the image displayed in this cell.

ImagePadding

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

ImageUrl

Gets or sets a URL used to load an image into this cell.

PlainText

Gets the plain text of the cell.

RowSpan

Gets or sets how many rows the cell should span.

Table

Gets a reference to the TableNode containing this cell.

Tag

Gets or sets custom data associated with this cell.

Text

Gets or sets text displayed inside the cell.

TextBrush

Gets or sets the brush used to paint the text of the cell.

TextFormat

Gets or sets the alignment of the text that is displayed inside the cell.

ToolTip

Gets or sets the tooltip text associated with the cell.

 See Also