Represents a cell of a TableNode.
The following tables list the members exposed by the Cell type.
Name | Description | |
---|---|---|
Initializes a new instance of the Cell class. |
Name | Description | |
---|---|---|
Gets the object that specifies how to paint the interior of this cell. |
||
Gets the number of columns spanned by this cell. |
||
Gets the font used to render this cell's text. |
||
Gets the image displayed inside this cell. |
||
Gets the alignment for the image of this cell. |
||
Gets the URL of the image displayed inside this cell. |
||
Gets the padding distance between cell borders and image. |
||
Gets how the text should be vertically aligned inside the cell's bounding rectangle. |
||
Gets the number of rows spanned by this cell. |
||
Gets the tag of the cell. |
||
Gets the string containing the cell's text. |
||
Gets how the text should be aligned inside the cell's bounding rectangle. |
||
Gets a string specifying the color of the text of this cell. |
||
Loads the cell's content from an XML element. |
||
Saves the cell's content into an XML element. |
||
Sets an object that specifies how to paint the interior of this cell. |
||
Sets the number of columns spanned by this cell. |
||
Sets the font used to render this cell's text. |
||
Sets the image displayed inside this cell. |
||
Sets the alignment for the image of this cell. |
||
Sets the URL of the image displayed inside this cell. |
||
Sets the padding distance between cell borders and image. |
||
Sets how the text should be vertically aligned inside the cell's bounding rectangle. |
||
Sets the number of rows spanned by this cell. |
||
Lets you set any object as a tag for this cell. |
||
Sets a string containing the cell's text. |
||
Sets how the text should be aligned inside the cell's bounding rectangle. |
||
Sets a string specifying the color of the text of this cell. |