DoubleAnimationUsingKeyFrames.KeyFrames Property

Definition

Gets the collection of DoubleKeyFrame objects that define the animation.

public:
 property DoubleKeyFrameCollection ^ KeyFrames { DoubleKeyFrameCollection ^ get(); };
DoubleKeyFrameCollection KeyFrames();
public DoubleKeyFrameCollection KeyFrames { get; }
var doubleKeyFrameCollection = doubleAnimationUsingKeyFrames.keyFrames;
Public ReadOnly Property KeyFrames As DoubleKeyFrameCollection
<DoubleAnimationUsingKeyFrames>
  oneOrMoreDoubleKeyFrames
</DoubleAnimationUsingKeyFrames>

Property Value

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

Applies to