RadControls for WPF

Provides elastic animation capabilities.

Namespace: Telerik.Windows.Controls
Assembly: Telerik.Windows.Controls (in Telerik.Windows.Controls.dll) Version: 2013.2.611.40

Syntax

C#
public class ElasticDoubleAnimation : DoubleAnimationBase
Visual Basic
Public Class ElasticDoubleAnimation _
	Inherits DoubleAnimationBase

Inheritance Hierarchy

System..::..Object
  System.Windows.Threading..::..DispatcherObject
    System.Windows..::..DependencyObject
      System.Windows..::..Freezable
        System.Windows.Media.Animation..::..Animatable
          System.Windows.Media.Animation..::..Timeline
            System.Windows.Media.Animation..::..AnimationTimeline
              System.Windows.Media.Animation..::..DoubleAnimationBase
                Telerik.Windows.Controls..::..ElasticDoubleAnimation

See Also