property MarkTime.TimeScaleBackColor as Color
Specifies the background color or the visual appearance of the MarkTime object, in the time scale.

TypeDescription
Color A Color expression that specifies the background color to show the timer, on the time scale part of the schedule view. The last 7 bits in the high significant byte of the color to indicates the identifier of the skin being used. Use the Add method to add new skins to the control. If you need to remove the skin appearance from a part of the control you need to reset the last 7 bits in the high significant byte of the color being applied to the background's part.
By default, the TimeScaleBackColor property is 0, which means that no effect. The TimeScaleBackColor property has effect only, if set to a non-zero value. The TimeScaleBackColor property can be used to display a solid color or an EBN object on the timer's background. The TimeScaleBackColor property is applied on the time scale portion of the schedule view. The TimeScaleLine property indicates the line to be shown. You can use the TimeScaleLine property on exNoLines to hide the timer's line. The BackColor property indicates the background color to be applied on the dates portion of the control.

The following screen shot shows a timer with a different line, using the EBN object: