EventColor Property

Calendar.NET

Collapse imageExpand ImageCopy imageCopyHover image

[Missing <summary> documentation for "P:Calendar.NET.CustomEvent.EventColor"]

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

Syntax

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

Implements

IEvent..::..EventColor

See Also