Back to Devexpress

TcxCustomProgressBarProperties.AnimationRestartDelay Property

vcl-cxprogressbar-dot-tcxcustomprogressbarproperties-443d6b66.md

latest1.5 KB
Original Source

TcxCustomProgressBarProperties.AnimationRestartDelay Property

Specifies the delay (in milliseconds) before animation restarts.

Declaration

delphi
property AnimationRestartDelay: Cardinal read; write; default cxProgressBarDefaultAnimationRestartDelay;

Property Value

TypeDefault
CardinalcxProgressBarDefaultAnimationRestartDelay

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

TcxCustomProgressBarProperties.AnimationPath

TcxCustomProgressBarProperties.AnimationSpeed

TcxCustomProgressBarProperties Class

TcxCustomProgressBarProperties Members

cxProgressBar Unit