Interval Property
Applies To: ProgressBar, Timer
Description
Interval is an integer value specified in milliseconds and has a default of 1000.
For a Timer object, the Interval property specifies the frequency with which it generates Timer events. Setting Interval to 0 disables Timer events.
For a ProgressBar with ProgressStyle 'Marquee'
, Interval specifies the frequency with which the animated bar is updated. Setting Interval to ¯1
stops the animation.