KeyFrames Property
Collapse the table of content
Expand the table of content

ColorAnimationUsingKeyFrames::KeyFrames Property

[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]

Gets the collection of ColorKeyFrame objects that define the animation.

Namespace:  System.Windows.Media.Animation
Assembly:  System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.

No code example is currently available or this language may not be supported.
<ColorAnimationUsingKeyFrames ...>
  oneOrMoreColorKeyFrames
</ColorAnimationUsingKeyFrames>

XAML Values

oneOrMoreColorKeyFrames

One or more object elements that define the key frames for the animation. These object elements represent one of the classes deriving from ColorKeyFrame. These are typically any combination of LinearColorKeyFrame, DiscreteColorKeyFrame, EasingColorKeyFrame, and SplineColorKeyFrame.

Property Value

Type: System.Windows.Media.Animation::ColorKeyFrameCollection
The 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.

Windows Phone OS

Supported in: 8.1, 8.0, 7.1, 7.0

Windows Phone

Show:
© 2017 Microsoft