DoubleAnimationUsingKeyFrames.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 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.