SolidTextColor Property

Applies to TestComplete 15.63, last modified on April 10, 2024

Specifies whether the text label's color is solid or dependent on the background.

Declaration

componentPropObj.SolidTextColor
Read-Write Property Boolean
componentPropObj     One of the objects listed in the Applies To section  

Applies To

This property applies to the following objects:

TcxProgressBarProperties

Description

When the font color of the text label is similar to the color of the progress bar it becomes difficult to distinguish the text against its background. This problem is solved if the component tracks the background color and font color so that when the text becomes unreadable it changes the color of the text that overlaps the progress bar. Use the SolidTextColor property to toggle this behavior. By default the SolidTextColor property is disabled and the component tracks the colors of the progress bar and font. Set this property to True if you always want to use a singe font color.

Property Value

True if a single font color is used. The default value is False and the font color is background dependent.

Highlight search results