PointKeyFrame Object (Abstract)

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

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

Properties

KeyTime, Name, Value

Methods

Equals, FindName, GetHost, GetValue, SetValue

Derived Objects

DiscretePointKeyFrame, LinearPointKeyFrame, SplinePointKeyFrame

Remarks

PointKeyFrame is an abstract class that defines Point value type key frames for three different techniques of key frame animation: DiscretePointKeyFrame, LinearPointKeyFrame, SplinePointKeyFrame. To animate a Point with key frames, you define a PointAnimationUsingKeyFrames animation, and populate its KeyFrames property with one or more DiscretePointKeyFrame, LinearPointKeyFrame, or SplinePointKeyFrame elements that define the key frames.

For more information, see the following PointKeyFrame derived objects: DiscretePointKeyFrame, LinearPointKeyFrame, SplinePointKeyFrame.

See Also

Silverlight Key-Frame Animations Overview
PointAnimationUsingKeyFrames