KaxTimeViewForeColor Property |
Gets or sets the foreground color (typically the color of the text) of the
KaxTimeView control.
Namespace: Kettic.AspNet.ControlsAssembly: Kettic.AspNet.Controls (in Kettic.AspNet.Controls.dll) Version: 2014.4.1129.0 (2014.04.1129.0)
Syntax public override Color ForeColor { get; set; }
Public Overrides Property ForeColor As Color
Get
Set
public:
virtual property Color ForeColor {
Color get () override;
void set (Color value) override;
}
abstract ForeColor : Color with get, set
override ForeColor : Color with 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