This documentation is archived and is not being maintained.
IAnimatable Interface
Visual Studio 2010
This type supports the WPF infrastructure and is not intended to be used directly from your code. To make a class animatable, it should derive from UIElement, ContentElement, or Animatable.
Assembly: PresentationCore (in PresentationCore.dll)
The IAnimatable type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | HasAnimatedProperties | Gets a value that indicates whether this instance has any animated properties. |
| Name | Description | |
|---|---|---|
![]() | ApplyAnimationClock(DependencyProperty, AnimationClock) | Applies the effect of a given AnimationClock to a given dependency property. |
![]() | ApplyAnimationClock(DependencyProperty, AnimationClock, HandoffBehavior) | Applies the effect of a given AnimationClock to a given dependency property. The effect of the new AnimationClock on any current animations is determined by the value of the handoffBehavior parameter. |
![]() | BeginAnimation(DependencyProperty, AnimationTimeline) | Initiates an animation sequence for the DependencyProperty object, based on the specified AnimationTimeline. |
![]() | BeginAnimation(DependencyProperty, AnimationTimeline, HandoffBehavior) | Initiates an animation sequence for the DependencyProperty.object, based on both the specified AnimationTimeline and HandoffBehavior. |
![]() | GetAnimationBaseValue | Retrieves the base value of the specified DependencyProperty object. |
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
Show:
