DoubleKeyFrame Object (Abstract)

Base class for specific animation key frame techniques that define an animation segment with its own target value and interpolation method for a DoubleAnimationUsingKeyFrames.

XAML
Must use derived objects.
Scripting
Must use derived objects.

Properties

KeyTime, Name, Value

Methods

Equals, FindName, GetHost, GetValue, SetValue

Derived Objects

DiscreteDoubleKeyFrame, LinearDoubleKeyFrame, SplineDoubleKeyFrame

Remarks

DoubleKeyFrame is an abstract class that defines Double value type key frames for three different techniques of key frame animation: DiscreteDoubleKeyFrame, LinearDoubleKeyFrame, SplineDoubleKeyFrame. To animate a Double with key frames, you define a DoubleAnimationUsingKeyFrames animation, and populate its KeyFrames property with one or more DiscreteDoubleKeyFrame, LinearDoubleKeyFrame, or SplineDoubleKeyFrame elements that define the key frames.

For more information, see the following DoubleKeyFrame derived objects: DiscreteDoubleKeyFrame, LinearDoubleKeyFrame, SplineDoubleKeyFrame.

See Also

Silverlight Key-Frame Animations Overview
DoubleAnimationUsingKeyFrames