Provides a high-resolution timer for RadControl animations with shared timer optimization.
Definition
Namespace:Telerik.WinControls
Assembly:Telerik.WinControls.dll
Syntax:
C#
public class RadControlAnimationTimer
Inheritance: objectRadControlAnimationTimer
Constructors
C#
public RadControlAnimationTimer()
Properties
Gets or sets the timer interval in milliseconds.
C#
public int Interval { get; set; }
The interval between timer ticks in milliseconds.
Methods
Starts the animation timer.
C#
public void Start()
Stops the animation timer.
C#
public void Stop()
Suspends all animation timers temporarily.
C#
public static void Suspend()
Events
Occurs when the timer interval has elapsed.
C#
public event EventHandler Tick