Share via


IXRColorKeyFrameCollection (Windows Embedded CE 6.0)

1/6/2010

This class represents a collection of IXRColorKeyFrame objects that can be accessed individually by index.

Syntax

class IXRColorKeyFrameCollection : public IXRCollection<IXRColorKeyFrame*, IXRDependencyObject*>

Methods

IXRColorKeyFrameCollection inherits the methods from the template class IXRCollection<In_T, Out_T>. It uses In_T parameters of type IXRColorKeyFrame*, and uses Out_T parameters of type IXRDependencyObject*.

Remarks

This collection is used as part of IXRColorAnimationUsingKeyFrames to animate a Color property value along with a set of key frames over a specified duration. This collection describes the set of key-frame techniques that define an animation segment with a Color target value.

You can obtain a pointer to this collection by calling IXRColorAnimationUsingKeyFrames::GetKeyFrames. Then, you can use the methods inherited from IXRCollection to add items, remove items, or retrieve items. You can also clear the complete collection by calling the inherited method IXRCollection<In_T, Out_T>::Clear.

Inheritance Hierarchy

IXRDependencyObject

    IXRCollection<In_T, Out_T>

        IXRColorKeyFrameCollection

.NET Framework Equivalent

System.Windows.Media.Animation.ColorKeyFrameCollection

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

Classes for Collection Management