Search
TableNode.Cell Members
Constructors Properties Methods
 


Represents a cell in a TableNode instance.

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

 Public Constructors

  Name Description

TableNode.Cell

Initializes a new instance of the TableNode.Cell class.

 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.

 Public Methods

  Name Description

Clone

Creates a copy of this cell.

 Protected Methods

  Name Description

LoadFromJson

Loads the cell from a JSON object.

LoadFromXml

Loads the cell content from an XML element.

SaveToJson

Saves the cell as a JSON object.

SaveToXml

Saves the cell content into an XML element.

 See Also