This documentation is archived and is not being maintained.
TableStyle Properties
.NET Framework 1.1
The properties of the TableStyle class are listed here. For a complete list of TableStyle class members, see the TableStyle Members topic.
Public Properties
BackColor (inherited from Style) | Gets or sets the background color of the Web server control. |
BackImageUrl | Gets or sets the URL of an image to display in the background of a table control. |
BorderColor (inherited from Style) | Gets or sets the border color of the Web server control. |
BorderStyle (inherited from Style) | Gets or sets the border style of the Web server control. |
BorderWidth (inherited from Style) | Gets or sets the border width of the Web server control. |
CellPadding | Gets or sets the amount of space between the contents of the cell and the cell's border. |
CellSpacing | Gets or sets the distance between table cells. |
Container (inherited from Component) | Gets the IContainer that contains the Component. |
CssClass (inherited from Style) | Gets or sets the CSS class rendered by the Web server control on the client. |
Font (inherited from Style) | Gets the font properties associated with the Web server control. |
ForeColor (inherited from Style) | Gets or sets the foreground color (typically the color of the text) of the Web server control. |
GridLines | Gets or sets a value that specifies whether the border between the cells of the table control is displayed. |
Height (inherited from Style) | Gets or sets the height of the Web server control. |
HorizontalAlign | Gets or sets the horizontal alignment of the table within its container. |
Site (inherited from Component) | Gets or sets the ISite of the Component. |
Width (inherited from Style) | Gets or sets the width of the Web server control. |
Protected Properties
DesignMode (inherited from Component) | Gets a value that indicates whether the Component is currently in design mode. |
Events (inherited from Component) | Gets the list of event handlers that are attached to this Component. |
IsTrackingViewState (inherited from Style) | Returns a value indicating whether any style elements have been defined in the state bag. |
See Also
Show:
