Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 832 Bytes

objectkeyframe_keytime.md

File metadata and controls

33 lines (22 loc) · 832 Bytes
-api-id -api-type
P:Windows.UI.Xaml.Media.Animation.ObjectKeyFrame.KeyTime
winrt property

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

-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