Windows.UI.Xaml.Media.Animation.ObjectKeyFrame.KeyTime

July 6, 2022 · View on GitHub

-description

Gets or sets the time at which the key frame's target Value should be reached.

-xaml-syntax

<DiscreteObjectKeyFrame KeyTime="keyTimeString"/>

-xaml-values

keyTimeString
keyTimeStringA string in the form [days.]hours:minutes:seconds[.fractionalSeconds]. For more information, see KeyTime.
## -property-value The time at which the key frame's current value should be equal to its [Value](objectkeyframe_value.md) property. The default is null.

-remarks

-examples

-see-also