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.PeakColor Property

Specifies the color used to fill the peak area.

#Declaration

Delphi
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