Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 615 Bytes

objectkeyframecollection_setat_700184350.md

File metadata and controls

28 lines (18 loc) · 615 Bytes
-api-id -api-type
M:Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection.SetAt(System.UInt32,Windows.UI.Xaml.Media.Animation.ObjectKeyFrame)
winrt method

Windows.UI.Xaml.Media.Animation.ObjectKeyFrameCollection.SetAt

-description

Sets the value at the specified index to the ObjectKeyFrame value specified.

-parameters

-param index

The index at which to set the value.

-param value

The value to set.

-remarks

-examples

-see-also