Class ElementValuesAnimator
Inheritance
System.Object
ElementValuesAnimator
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 ElementValuesAnimator : IDisposable
Constructors
ElementValuesAnimator(RadObject, AnimatedPropertySetting)
Declaration
public ElementValuesAnimator(RadObject element, AnimatedPropertySetting setting)
Parameters
RadObject
element
|
AnimatedPropertySetting
setting
|
Properties
IsRunning
Declaration
public bool IsRunning { get; }
Property Value
System.Boolean
|
Value
Declaration
public object Value { get; set; }
Property Value
System.Object
|
Waiting
Declaration
public bool Waiting { get; set; }
Property Value
System.Boolean
|
Methods
Dispose()
Declaration
public void Dispose()
Implements
System.IDisposable.Dispose()
Initialize(RadObject, Object)
Declaration
public void Initialize(RadObject element, object initialValue)
Parameters
RadObject
element
|
System.Object
initialValue
|
Pause(RadObject)
Resume(RadObject)
Start(RadObject)
Stop()
Declaration
public void Stop()
UpdateValue()
Declaration
protected virtual void UpdateValue()