ColorAnimationUsingKeyFrames.KeyFrames Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.