Click or drag to resize

PdfWebControlLiteBackColor Property

Gets or sets the background color of the Web server control.

Namespace:  RadPdf.Web.UI
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public override Color BackColor { get; set; }

Property Value

Type: Color
A Color that represents the background color of the control. The default is Empty, which indicates that this property is not set.
Remarks
Use the BackColor property to specify the background color of the Web server control. This property is set using a System.Drawing.Color object.
See Also