Class Colors

Colors class

Set of colors for calendar object

public class Colors

Constructors

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

Properties

NameDescription
Background { get; set; }The background color associated with this color definition.
Foreground { get; set; }The foreground color that can be used to write on top of a background with ‘background’ color.

Methods

NameDescription
override ToString()Returns a String which represents the object instance.

See Also