EventTextColor Property

Calendar.NET

Collapse imageExpand ImageCopy imageCopyHover image

[Missing <summary> documentation for "P:Calendar.NET.HolidayEvent.EventTextColor"]

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

Syntax

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

Implements

IEvent..::..EventTextColor

See Also