ColorAnimationUsingKeyFrames.KeyFrames Property
Gets the collection of ColorKeyFrame objects that define the animation.
Namespace: System.Windows.Media.Animation
Assembly: System.Windows (in System.Windows.dll)
<ColorAnimationUsingKeyFrames ...> oneOrMoreColorKeyFrames </ColorAnimationUsingKeyFrames>
XAML Values
Property Value
Type: System.Windows.Media.Animation.ColorKeyFrameCollectionThe collection of ColorKeyFrame objects that define the animation. The default is an empty collection.
KeyFrames is read-only in the object model, because an initialized ColorAnimationUsingKeyFrames() object maintains a single private copy of the backing ColorKeyFrameCollection. You can set items into this collection either by getting the KeyFrames value in code and calling collection methods, or by defining child ColorKeyFrame 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.