Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxCustomProgressBarProperties.SolidTextColor Property

Specifies whether the text label is painted using a single color or whether the color depends on its background.

#Declaration

Delphi
property SolidTextColor: Boolean read; write; default False;

#Property Value

Type Default
Boolean False

#Remarks

If the SolidTextColor property is set to True, the text label is painted using the color specified by the Style.Font.Color property of the control. For some combinations (as illustrated on the leftmost image below), this can result in part of the text being invisible. When the property is set to False, the label is painted in a different color to the background. The table below shows examples. The font color is set to clNavy.

SolidTextColor is True SolidTextColor is False

Note

The text label is displayed only when the ShowText property is set to True.

The default value of the SolidTextColor property is False.

See Also