EventColor Property

Calendar.NET

Collapse imageExpand ImageCopy imageCopyHover image
The color that the event show up in on the calendar

Namespace: Calendar.NET
Assembly: Calendar.NET (in Calendar.NET.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

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

See Also