Skip to main content

TcxCustomProgressBarProperties.ShowText Property

Specifies whether the progress bar displays a text label.

Declaration

property ShowText: Boolean read; write; default True;

Property Value

Type Default
Boolean True

Remarks

If this property is set to True, the progress bar’s label shows the textual information as specified by the ShowTextStyle property:

The following image shows a label that displays completion percentage:

Setting the ShowText property to False hides the text label.

You can change the orientation of the label using the TextOrientation property. Its font settings can be customized using the Style.Font property. You can also force the label to use colors inverse to its background (thus ensuring that it is always visible). See the SolidTextColor property description for details.

The default value of the ShowText property is True.

See Also