Colors Class

Set of colors for calendar object
Inheritance Hierarchy
SystemObject
  Aspose.Email.Clients.GoogleColors

Namespace:  Aspose.Email.Clients.Google
Assembly:  Aspose.Email (in Aspose.Email.dll) Version: 20.2
Syntax
public class Colors

The Colors type exposes the following members.

Constructors
  NameDescription
Public methodColors
Initializes a new instance of the Colors class.
Public methodColors(String, String)
Initializes a new instance of the Colors class.
Properties
  NameDescription
Public propertyBackground
The background color associated with this color definition.
Public propertyForeground
The foreground color that can be used to write on top of a background with 'background' color.
Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Protected methodMemberwiseClone (Inherited from Object.)
Public methodToString
Returns a String which represents the object instance.
(Overrides ObjectToString.)
See Also