ObjectAnimationUsingKeyFrames.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 ObjectKeyFrame objects that define the animation.
Equivalent WinUI property: Microsoft.UI.Xaml.Media.Animation.ObjectAnimationUsingKeyFrames.KeyFrames.
public:
property ObjectKeyFrameCollection ^ KeyFrames { ObjectKeyFrameCollection ^ get(); };
ObjectKeyFrameCollection KeyFrames();
public ObjectKeyFrameCollection KeyFrames { get; }
var objectKeyFrameCollection = objectAnimationUsingKeyFrames.keyFrames;
Public ReadOnly Property KeyFrames As ObjectKeyFrameCollection
<ObjectAnimationUsingKeyFrames>oneOrMoreDiscreteObjectKeyFrames</ObjectAnimationUsingKeyFrames>
Property Value
The collection of ObjectKeyFrame objects that define the animation. The default is an empty collection.
Applies to
Feedback
Submit and view feedback for