Color of the bubble border.

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

Syntax

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

See Also