Color of the border that separates time cells inside one hour.

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

Syntax

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

See Also