Set of colors for calendar object More...
Inherits Object.
Public Member Functions | |
ASPOSE_EMAIL_SHARED_API System::String | get_Background () const |
The background color associated with this color definition. More... | |
ASPOSE_EMAIL_SHARED_API void | set_Background (System::String value) |
The background color associated with this color definition. More... | |
ASPOSE_EMAIL_SHARED_API System::String | get_Foreground () const |
The foreground color that can be used to write on top of a background with 'background' color. More... | |
ASPOSE_EMAIL_SHARED_API void | set_Foreground (System::String value) |
The foreground color that can be used to write on top of a background with 'background' color. More... | |
ASPOSE_EMAIL_SHARED_API | Colors () |
Initializes a new instance of the Colors class. More... | |
ASPOSE_EMAIL_SHARED_API | Colors (System::String background, System::String foreground) |
Initializes a new instance of the Colors class. More... | |
virtual ASPOSE_EMAIL_SHARED_API System::String | ToString () |
Returns a String which represents the object instance. More... | |
ASPOSE_EMAIL_SHARED_API System::String | ToString () const override |
Set of colors for calendar object
ASPOSE_EMAIL_SHARED_API Aspose::Email::Clients::Google::Colors::Colors | ( | ) |
Initializes a new instance of the Colors class.
ASPOSE_EMAIL_SHARED_API Aspose::Email::Clients::Google::Colors::Colors | ( | System::String | background, |
System::String | foreground | ||
) |
Initializes a new instance of the Colors class.
background | The background color associated with this color definition. |
foreground | The foreground color that can be used to write on top of a background with 'background' color. |
ASPOSE_EMAIL_SHARED_API System::String Aspose::Email::Clients::Google::Colors::get_Background | ( | ) | const |
The background color associated with this color definition.
ASPOSE_EMAIL_SHARED_API System::String Aspose::Email::Clients::Google::Colors::get_Foreground | ( | ) | const |
The foreground color that can be used to write on top of a background with 'background' color.
ASPOSE_EMAIL_SHARED_API void Aspose::Email::Clients::Google::Colors::set_Background | ( | System::String | value | ) |
The background color associated with this color definition.
ASPOSE_EMAIL_SHARED_API void Aspose::Email::Clients::Google::Colors::set_Foreground | ( | System::String | value | ) |
The foreground color that can be used to write on top of a background with 'background' color.
|
virtual |
Returns a String which represents the object instance.
|
override |