The C1BaseStyle type exposes the following members.

Properties

  NameDescription
Public propertyBackColor
Gets or sets the background color of the Web server control.
(Inherited from Style.)
Public propertyBorderColor
Gets or sets the border color of the Web server control.
(Inherited from Style.)
Public propertyBorderStyle
Gets or sets the border style of the Web server control.
(Inherited from Style.)
Public propertyBorderWidth
Gets or sets the border width of the Web server control.
(Inherited from Style.)
Public propertyCssClass
Gets or sets the cascading style sheet (CSS) class rendered by the Web server control on the client.
(Inherited from Style.)
Public propertyFont
Gets the font properties associated with the Web server control.
(Inherited from Style.)
Public propertyForeColor
Gets or sets the foreground color (typically the color of the text) of the Web server control.
(Inherited from Style.)
Public propertyHeight
Gets or sets the height of the Web server control.
(Inherited from Style.)
Public propertyWidth
Gets or sets the width of the Web server control.
(Inherited from Style.)

See Also