Skip to main content

TcxCustomProgressBarProperties.ShowPeak Property

Specifies whether the peak area is displayed.

Declaration

property ShowPeak: Boolean read; write; default False;

Property Value

Type Default
Boolean False

Remarks

The control allows you to display a peak area, enabling a critical value to be displayed. Set the ShowPeak property to True to make that area visible. The position of the peak area is set by the PeakValue property. Its appearance can be customized using the PeakSize and PeakColor properties. Please refer to these property descriptions for details.

The peak area cannot be displayed if:

  • The progress bar is in marquee mode.

  • The cxbsAnimation or cxbsAnimationLEDs paint style is applied to the progress bar.

The default value of the ShowPeak property is False.

See Also