Class Colors
Colors class
Set of colors for calendar object
Constructors
Name | Description |
---|
Colors() | Initializes a new instance of the Colors class. |
Colors(string, string) | Initializes a new instance of the Colors class. |
Properties
Name | Description |
---|
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
Name | Description |
---|
override ToString() | Returns a String which represents the object instance. |
See Also