Class RadControlAnimationTimer
Inheritance
System.Object
RadControlAnimationTimer
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls
Assembly: Telerik.WinControls.dll
Syntax
public class RadControlAnimationTimer
Constructors
RadControlAnimationTimer()
Declaration
public RadControlAnimationTimer()
Properties
Interval
Declaration
public int Interval { get; set; }
Property Value
System.Int32
|
IsRunning
Declaration
public bool IsRunning { get; }
Property Value
System.Boolean
|
Methods
OnTick(EventArgs)
Declaration
protected void OnTick(EventArgs e)
Parameters
System.EventArgs
e
|
Start()
Declaration
public void Start()
Stop()
Declaration
public void Stop()
Suspend()
Declaration
public static void Suspend()
Events
Tick
Declaration
public event EventHandler Tick
Event Type
System.EventHandler
|