Color of the horizontal border that separates hour names.

Namespace: DayPilot.Web.Ui
Assembly: DayPilot (in DayPilot.dll) Version: 8.1.3443.0 (8.1.3443.0)

Syntax

C#
public Color HourBorderColor { get; set; }
Visual Basic
Public Property HourBorderColor As Color
	Get
	Set
Visual C++
public:
property Color HourBorderColor {
	Color get ();
	void set (Color value);
}

See Also