Skip to main content

TcxCustomProgressBarProperties.AnimationRestartDelay Property

Specifies the delay (in milliseconds) before animation restarts.

Declaration

property AnimationRestartDelay: Cardinal read; write; default cxProgressBarDefaultAnimationRestartDelay;

Property Value

Type Default
Cardinal cxProgressBarDefaultAnimationRestartDelay

Remarks

This property applies to the following animated elements:

  • Progress block displayed in marquee mode;

  • Highlighted part of Windows® Vista-style progress bars (the cxbsAnimation and cxbsAnimationLEDs paint styles).

The default value of the AnimationRestartDelay property is specified by the cxProgressBarDefaultAnimationRestartDelay global constant.

See Also