ResourceStyleMappingBorderColor Property |
Gets or sets a value indicating the border 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 BorderColor { get; set; }
<TypeConverterAttribute(GetType(WebColorConverter))>
Public Overridable Property BorderColor As Color
Get
Set
public:
[TypeConverterAttribute(typeof(WebColorConverter))]
virtual property Color BorderColor {
Color get ();
void set (Color value);
}
[<TypeConverterAttribute(typeof(WebColorConverter))>]
abstract BorderColor : Color with get, set
[<TypeConverterAttribute(typeof(WebColorConverter))>]
override BorderColor : Color with get, set
Property Value
Type:
Color
The border color to render for appointments
that use the matching resource.
The default value is
Empty.
Remarks
Setting a border 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