Class
WindowAnimationEngine

Definition

Namespace:Telerik.WinControls.WindowAnimation

Assembly:Telerik.WinControls.dll

Syntax:

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

Inheritance: objectDisposableObjectRadObjectAnimationEngineWindowAnimationEngine

Implements: ICustomTypeDescriptorIDisposableINotifyPropertyChanged

Inherited Members AnimationEngine.calculatorAnimationEngine.framesAnimationEngine.threadStartAnimationEngine.threadAnimationEngine.OnAnimationFinished(AnimationEventArgs)AnimationEngine.OnAnimating(AnimationEventArgs)AnimationEngine.DisposeUnmanagedResources()AnimationEngine.Start()AnimationEngine.Stop()AnimationEngine.EasingTypeAnimationEngine.AnimationFramesAnimationEngine.AnimationStepAnimationEngine.AnimationFinishedAnimationEngine.AnimatingRadObject.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

WindowAnimationEngine()

Declaration

cs-api-definition
public WindowAnimationEngine()

Fields

currentFrameValue

Declaration

cs-api-definition
protected Rectangle currentFrameValue

Field Value

Rectangle

minmax

Declaration

cs-api-definition
protected bool minmax

Field Value

bool

Properties

AnimateMinimumToMaximum

Declaration

cs-api-definition
public bool AnimateMinimumToMaximum { get; set; }

Property Value

bool

Maximum

Get/Set maximum value allowed for size

Declaration

cs-api-definition
public Rectangle Maximum { get; set; }

Property Value

Rectangle

Minimum

Get/Set minimum value allowed for size

Declaration

cs-api-definition
public Rectangle Minimum { get; set; }

Property Value

Rectangle

Methods

Animate()

Declaration

cs-api-definition
protected override void Animate()

Overrides AnimationEngine.Animate()

Cancel()

Declaration

cs-api-definition
public void Cancel()