Click or drag to resize
ObjectAnimationUsingKeyFramesKeyFrames Property
Gets the collection of ObjectKeyFrame objects that define the animation.

Namespace: Windows.UI.Xaml.Media.Animation
Assembly: CSharpXamlForHtml5 (in CSharpXamlForHtml5.dll) Version: 1.0.0.0
Syntax
C#
public ObjectKeyFrameCollection KeyFrames { get; }

Property Value

Type: ObjectKeyFrameCollection
See Also