Edit

Share via


Animation<TValue,TKeyFrame>.KeyFrames Property

Definition

Gets or sets the optional keyframe collection for the current animation. Setting this will overwrite the To and From values.

public System.Collections.Generic.IList<Microsoft.Toolkit.Uwp.UI.Animations.IKeyFrame<TKeyFrame>> KeyFrames { get; set; }
member this.KeyFrames : System.Collections.Generic.IList<Microsoft.Toolkit.Uwp.UI.Animations.IKeyFrame<'KeyFrame>> with get, set
Public Property KeyFrames As IList(Of IKeyFrame(Of TKeyFrame))

Property Value

IList<IKeyFrame<TKeyFrame>>

Applies to