ColorAnimationUsingKeyFrames.KeyFrames Property

Definition

Gets the collection of ColorKeyFrame objects that define the animation.

public:
 property ColorKeyFrameCollection ^ KeyFrames { ColorKeyFrameCollection ^ get(); };
ColorKeyFrameCollection KeyFrames();
public ColorKeyFrameCollection KeyFrames { get; }
var colorKeyFrameCollection = colorAnimationUsingKeyFrames.keyFrames;
Public ReadOnly Property KeyFrames As ColorKeyFrameCollection
<ColorAnimationUsingKeyFrames ...>
  oneOrMoreColorKeyFrames
</ColorAnimationUsingKeyFrames>

Property Value

The collection of ColorKeyFrame objects that define the animation. The default is an empty collection.

Applies to