Animatable
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Freezable
System.Windows.Media.Animation.AnimatableMany of the Freezable types
describe aspects of an element's appearance such as its shape or color,
which makes them candidates for animation. Most Freezable types therefore derive from Freezable indirectly through the Animatable class. This class provides WPF's
animation system with the hooks it needs to change properties over
time.
If necessary, the animation system will call Clone to create an unfrozen copy of a value in
order to animate the value.
Example D-2 shows the public types that
derive from Animatable.
Table D-1. Public types derived from Animatable
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| |