ResourceStyleMappingBackColor Property |
Gets or sets a value indicating the background color
to render for appointments that use the matching resource.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax[TypeConverterAttribute(typeof(WebColorConverter))]
public virtual Color BackColor { get; set; }
<TypeConverterAttribute(GetType(WebColorConverter))>
Public Overridable Property BackColor As Color
Get
Set
public:
[TypeConverterAttribute(typeof(WebColorConverter))]
virtual property Color BackColor {
Color get ();
void set (Color value);
}
[<TypeConverterAttribute(typeof(WebColorConverter))>]
abstract BackColor : Color with get, set
[<TypeConverterAttribute(typeof(WebColorConverter))>]
override BackColor : Color with get, set
Property Value
Type:
Color
The background color to render for appointments
that use the matching resource.
The default value is
Empty.
Remarks
Setting a background color automatically switches the appointment rendering
to Simple (no rounded corners and gradients). In order to disable this
legacy behavior, and force the default rendering, set
AppointmentStyleMode
to
Default.
See Also