property MarkTime.ForeColor as Color
Specifies the foreground color of the MarkTime object.

TypeDescription
Color A Color expression that specifies the color to show the label of the timer.
By default, the ForeColor property is 0. The ForeColor property specifies the foreground color to show the timer's Label. The Label property may include <fgcolor> HTML tag, which indicates that a portion of the label is being displayed with a different foreground color. So, if changing the timer's ForeColor is not showing any difference, please check the Label property if it contains any color attributes like <fgcolor>, <bgcolor>. The Label property specifies the label to be displayed on the timer. The LabelAlign property specifies the alignment of the label. The TimeScaleForeColor property indicates the foreground color to show the timer's TimeScaleLabel property on the time scale portion of the scheduler. You can use the <bgcolor> HTML tag to indicate a different background color for the label.