The members of System.Web.UI.WebControls.Style are listed below.
See Also: Inherited members from System.ComponentModel.Component
Style() |
Initializes a new instance of the System.Web.UI.WebControls.Style class using default values. | |
Initializes a new instance of the System.Web.UI.WebControls.Style class with the specified state bag information. |
BackColor | System.Drawing.Color.
Gets or sets the background color of the Web server control. | |
BorderColor | System.Drawing.Color.
Gets or sets the border color of the Web server control. | |
BorderStyle | BorderStyle.
Gets or sets the border style of the Web server control. | |
BorderWidth | Unit.
Gets or sets the border width of the Web server control. | |
CssClass | string.
Gets or sets the cascading style sheet (CSS) class rendered by the Web server control on the client. | |
[read-only] | Font | FontInfo.
Gets the font properties associated with the Web server control. |
ForeColor | System.Drawing.Color.
Gets or sets the foreground color (typically the color of the text) of the Web server control. | |
Height | Unit.
Gets or sets the height of the Web server control. | |
[read-only] | IsEmpty | bool.
A protected property. Gets a value indicating whether any style elements have been defined in the state bag. |
[read-only] | RegisteredCssClass | string.
Gets the cascading style sheet (CSS) class that is registered with the control. |
Width | Unit.
Gets or sets the width of the Web server control. |
[read-only] | IsTrackingViewState | bool.
Returns a value indicating whether any style elements have been defined in the state bag. |
[read-only] | ViewState | System.Web.UI.StateBag.
Gets the state bag that holds the style elements. |
AddAttributesToRender(System.Web.UI.HtmlTextWriter)
| ||
AddAttributesToRender(System.Web.UI.HtmlTextWriter, WebControl)
| ||
CopyFrom(Style)
| ||
GetStyleAttributes(System.Web.UI.IUrlResolutionService)
| ||
MergeWith(Style)
| ||
Reset()
| ||
SetDirty()
| ||
override | ToString()
|
FillStyleAttributes(System.Web.UI.CssStyleCollection, System.Web.UI.IUrlResolutionService)
| ||
LoadViewState(object)
| ||
SaveViewState()
| ||
SetBit(int)
| ||
TrackViewState()
|
[read-only] | System.Web.UI.IStateManager.IsTrackingViewState | bool.
Gets a value that indicates whether a server control is tracking its view state changes. |
System.Web.UI.IStateManager.LoadViewState |
Loads the previously saved state. | |
System.Web.UI.IStateManager.SaveViewState |
Returns the object containing state changes. | |
System.Web.UI.IStateManager.TrackViewState |
Starts tracking state changes. |