Click or drag to resize
KaxTimeViewForeColor Property
Gets or sets the foreground color (typically the color of the text) 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 ForeColor { get; set; }

Property Value

Type: Color
A System.Drawing.Color that represents the foreground color of the control. The default is Color.Empty.
Remarks

Use the ForeColor property to specify the foreground color of the KaxTimeView control. The foreground color is usually the color of the text. This property will render on browsers earlier than Microsoft Internet Explorer version 4.

Note: On browsers that do not support styles, this property is rendered as a FONT element.

See Also