ExtendedCalendarBackgroundColor Property |
The main color of the calendar in the format '#0088aa'.
This property supersedes the index-based colorId property.
Namespace:
Aspose.Email.Clients.Google
Assembly:
Aspose.Email (in Aspose.Email.dll) Version: 22.4
Syntaxpublic virtual string BackgroundColor { get; set; }
Public Overridable Property BackgroundColor As String
Get
Set
public:
virtual property String^ BackgroundColor {
String^ get ();
void set (String^ value);
}
abstract BackgroundColor : string with get, set
override BackgroundColor : string with get, set
Property Value
Type:
String
See Also