Click or drag to resize
ResourceStyleMappingBorderColor Property
Gets or sets a value indicating the border color to render for appointments that use the matching resource.

Namespace: Kettic.AspNet.Controls
Assembly: 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; }

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