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