Gets or sets the background color of the Web server control.
Namespace: DayPilot.Web.UiAssembly: DayPilot (in DayPilot.dll) Version: 7.3.2834.0 (7.3.2834.0)
Syntax
| C# |
|---|
public override Color BackColor { get; set; } |
| Visual Basic |
|---|
Public Overrides Property BackColor As Color
Get
Set |
| Visual C++ |
|---|
public:
virtual property Color BackColor {
Color get () override;
void set (Color value) override;
} |
Return Value
A
Color that represents the background color of the control. The default is
Empty, which indicates that this property is not set.
See Also