Colors

Colors class

Set of colors for calendar object

The Colors type exposes the following members:

Constructors

NameDescription
Colors()Initializes a new instance of the Colors class.
Colors(background, foreground)Initializes a new instance of the Colors class

Properties

NameDescription
backgroundThe background color associated with this color definition.
foregroundThe foreground color that can be used to write on top of a background with ‘background’ color.

See Also