Class
AnimationEngine

Definition

Namespace:Telerik.WinControls.WindowAnimation

Assembly:Telerik.WinControls.dll

Syntax:

cs-api-definition
public class AnimationEngine : RadObject, IDisposable, INotifyPropertyChanged, ICustomTypeDescriptor

Inheritance: objectDisposableObjectRadObjectAnimationEngine

Derived Classes: WindowAnimationEngine

Implements: ICustomTypeDescriptorIDisposableINotifyPropertyChanged

Inherited Members RadObject.BindingContextPropertyRadObject.RadTypeRadObject.ReplaceDefaultDescriptors(PropertyDescriptorCollection)RadObject.DisposeManagedResources()RadObject.ClearPropertyStore()RadObject.SuspendPropertyNotifications()RadObject.ResumePropertyNotifications()RadObject.GetPropertyValue(RadProperty)RadObject.SetDefaultValueOverride(RadProperty, object)RadObject.GetValue(RadProperty)RadObject.SetValue(RadProperty, object)RadObject.ResetValue(RadProperty)RadObject.ResetLocalValue(RadProperty)RadObject.ResetValue(RadProperty, ValueResetFlags)RadObject.UpdateValue(RadProperty)RadObject.GetValueSource(RadProperty)RadObject.GetRegisteredRadProperty(string)RadObject.UpdateValueCore(RadPropertyValue)RadObject.SetValueCore(RadPropertyValue, object, object, ValueSource)RadObject.ResetValueCore(RadPropertyValue, ValueResetFlags)RadObject.GetDefaultValue(RadPropertyValue, object)RadObject.CoerceValue(RadPropertyValue, object)RadObject.ShouldSerializeProperty(RadProperty)RadObject.CanRaisePropertyChangeNotifications(RadPropertyValue)RadObject.BindProperty(RadProperty, RadObject, RadProperty, PropertyBindingOptions)RadObject.UnbindProperty(RadProperty)RadObject.AddStylePropertySetting(IPropertySetting)RadObject.GetInheritedValue(RadProperty)RadObject.OnPropertyChanging(RadPropertyChangingEventArgs)RadObject.OnPropertyChanged(RadPropertyChangedEventArgs)RadObject.OnNotifyPropertyChanged(string)RadObject.OnNotifyPropertyChanged(PropertyChangedEventArgs)RadObject.OnShouldSerializeProperty(ShouldSerializePropertyEventArgs)RadObject.IsPropertyCancelable(RadPropertyMetadata)RadObject.PropertyValuesRadObject.PropertyFilterRadObject.RadObjectTypeRadObject.BindingContextRadObject.PropertyChangedRadObject.RadPropertyChangedRadObject.RadPropertyChangingDisposableObject.GetBitState(long)DisposableObject.SetBitState(long, bool)DisposableObject.OnBitStateChanged(long, bool, bool)DisposableObject.Dispose()DisposableObject.Dispose(bool)DisposableObject.PerformDispose(bool)DisposableObject.BitStateDisposableObject.EventsDisposableObject.IsDisposingDisposableObject.IsDisposedDisposableObject.DisposedDisposableObject.Disposing

Constructors

AnimationEngine()

Declaration

cs-api-definition
public AnimationEngine()

Fields

calculator

Declaration

cs-api-definition
protected StandardEasingCalculator calculator

Field Value

StandardEasingCalculator

frames

Declaration

cs-api-definition
protected int frames

Field Value

int

thread

Declaration

cs-api-definition
protected Thread thread

Field Value

Thread

threadStart

Declaration

cs-api-definition
protected ManualResetEvent threadStart

Field Value

ManualResetEvent

Properties

AnimationFrames

Declaration

cs-api-definition
public int AnimationFrames { get; set; }

Property Value

int

AnimationStep

Declaration

cs-api-definition
public int AnimationStep { get; }

Property Value

int

EasingType

Declaration

cs-api-definition
public RadEasingType EasingType { get; set; }

Property Value

RadEasingType

Methods

Animate()

Declaration

cs-api-definition
protected virtual void Animate()

DisposeUnmanagedResources()

Releases any UNMANAGED resources used by this object. NOTE: If you declare some unmanaged resources in your class, you should override its finalizer and put disposing logic there also.

Declaration

cs-api-definition
protected override void DisposeUnmanagedResources()

Overrides DisposableObject.DisposeUnmanagedResources()

OnAnimating(AnimationEventArgs)

Declaration

cs-api-definition
protected virtual void OnAnimating(AnimationEventArgs e)

Parameters

e

AnimationEventArgs

OnAnimationFinished(AnimationEventArgs)

Declaration

cs-api-definition
protected virtual void OnAnimationFinished(AnimationEventArgs e)

Parameters

e

AnimationEventArgs

Start()

Declaration

cs-api-definition
public void Start()

Stop()

Declaration

cs-api-definition
public void Stop()

Events

Animating

Event raised in parallel with the executing animation.

Declaration

cs-api-definition
[Browsable(true)]
public event AnimationEventHandler Animating

Event Value

AnimationEventHandler

AnimationFinished

Event raised when animation is finished

Declaration

cs-api-definition
[Browsable(true)]
public event AnimationEventHandler AnimationFinished

Event Value

AnimationEventHandler