Color of an event border.

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

Syntax

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

See Also