PdfWebControlLiteBackColor Property |
Gets or sets the background color of the Web server control.
Namespace:
RadPdf.Web.UI
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public override Color BackColor { get; set; }
Public Overrides Property BackColor As Color
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