Represents a cell in a TableNode instance.
The following tables list the members exposed by the TableNode.Cell type.
Name | Description | |
---|---|---|
Initializes a new instance of the TableNode.Cell class. |
Name | Description | |
---|---|---|
Gets or sets the brush used to fill this cell. |
||
Gets or sets how many columns the cell should span. |
||
Gets or sets the font used to draw text inside this cell. |
||
Gets or sets the hyperlink associated with the cell. |
||
Gets or sets the image that is displayed in this cell. |
||
Gets or sets the alignment of the image displayed in this cell. |
||
Gets or sets the padding distance between cell's borders and Image. |
||
Gets or sets a URL used to load an image into this cell. |
||
Gets the plain text of the cell. |
||
Gets or sets how many rows the cell should span. |
||
Gets a reference to the TableNode containing this cell. |
||
Gets or sets custom data associated with this cell. |
||
Gets or sets text displayed inside the cell. |
||
Gets or sets the brush used to paint the text of the cell. |
||
Gets or sets the alignment of the text that is displayed inside the cell. |
||
Gets or sets the tooltip text associated with the cell. |
Name | Description | |
---|---|---|
Creates a copy of this cell. |
Name | Description | |
---|---|---|
Loads the cell from a JSON object. |
||
Loads the cell content from an XML element. |
||
Saves the cell as a JSON object. |
||
Saves the cell content into an XML element. |