DoubleAnimationUsingKeyFrames.KeyFrames Property
Gets the collection of DoubleKeyFrame objects that define the animation.
Namespace: System.Windows.Media.Animation
Assembly: System.Windows (in System.Windows.dll)
<DoubleAnimationUsingKeyFrames> oneOrMoreDoubleKeyFrames </DoubleAnimationUsingKeyFrames>
XAML Values
Property Value
Type: System.Windows.Media.Animation.DoubleKeyFrameCollectionThe collection of DoubleKeyFrame objects that define the animation. The default is an empty collection.
KeyFrames is read-only in the object model, because an initialized DoubleAnimationUsingKeyFrames() object maintains a single private copy of the backing DoubleKeyFrameCollection. You can set items into this collection either by getting the KeyFrames value in code and calling collection methods, or by defining child DoubleKeyFrame elements as shown in the XAML syntax.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.