EventTextColor Property

Calendar.NET

Collapse imageExpand ImageCopy imageCopyHover image
The text color of the event

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

Syntax

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

See Also