Style Properties

(see also Protected Properties )
  Name Description
Public property BackColor Gets or sets the background color of the Web server control.
Public property BorderColor Gets or sets the border color of the Web server control.
Public property BorderStyle Gets or sets the border style of the Web server control.
Public property BorderWidth Gets or sets the border width of the Web server control.
Public property Container  Gets the IContainer that contains the Component. (inherited from Component)
Public property CssClass Gets or sets the cascading style sheet (CSS) class rendered by the Web server control on the client.
Public property Font Gets the font properties associated with the Web server control.
Public property ForeColor Gets or sets the foreground color (typically the color of the text) of the Web server control.
Public property Height Gets or sets the height of the Web server control.
Public property IsEmpty A protected property. Gets a value indicating whether any style elements have been defined in the state bag.
Public property RegisteredCssClass Gets the cascading style sheet (CSS) class that is registered with the control.
Public property Site  Gets or sets the ISite of the Component. (inherited from Component)
Public property Width Gets or sets the width of the Web server control.
Top

  Name Description
Protected property CanRaiseEvents  Gets a value indicating whether the component can raise an event. (inherited from Component)
Protected property DesignMode  Gets a value that indicates whether the Component is currently in design mode. (inherited from Component)
Protected property Events  Gets the list of event handlers that are attached to this Component. (inherited from Component)
Protected property IsTrackingViewState Returns a value indicating whether any style elements have been defined in the state bag.
Protected property ViewState Gets the state bag that holds the style elements.
Top

Community Additions

ADD
Show: