The C1WebDialogContentStyle type exposes the following members.

Constructors

  NameDescription
Public methodC1WebDialogContentStyle
Creates an instance of C1WebDialogContentStyle.

Methods

  NameDescription
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a String that represents the current Object.
(Inherited from Object.)

Properties

  NameDescription
Public propertyBackColor
Gets or sets the background color of the Web server control.
(Inherited from Style.)
Public propertyBackgroundImageUrl
Gets or sets the URL of the background image for the content area of the C1WebDialog.
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
Public propertyHorizontalAlign
Gets or sets the horizontal alignment of the elements within its container.
Public propertyVerticalAlign
Gets or sets the vertical alignment of the elements within its container.
Public propertyWidth

See Also