Skip to main content

TcxCustomProgressBarProperties.PeakColor Property

Specifies the color used to fill the peak area.

Declaration

property PeakColor: TColor read; write; default clRed;

Property Value

Type Default
TColor clRed

Remarks

If the ShowPeak property value is True, the control displays a peak area to indicate a critical position. The position and width of the peak area are specified by the PeakValue and PeakSize properties respectively. Its color is set using the PeakColor property.

The table below shows how changing the PeakColor property value affects the control’s appearance.

Value Sample
clRed
clBlue

The default value of the PeakColor property is clRed.

See Also