Click or drag to resize
KaxTimeViewBorderColor Property
Gets or sets the border color of the KaxTimeView control.

Namespace: Kettic.AspNet.Controls
Assembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax
public override Color BorderColor { get; set; }

Property Value

Type: Color
A System.Drawing.Color that represents the border color of the control. The default is Color.Empty, which indicates that this property is not set.
Remarks
Use the BorderColor property to specify the border color of the KaxTimeView control. This property is set using a System.Drawing.Color object.
See Also