ObjectKeyFrame.KeyTime Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the time at which the key frame's target Value should be reached.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<DiscreteObjectKeyFrame KeyTime="keyTimeString"/>
XAML Values
Property Value
Type: System.Windows.Media.Animation.KeyTimeThe time at which the key frame's current value should be equal to its Value property. The default is Nothing.
Dependency property identifier field: KeyTimeProperty
The string format for specifying a KeyTime is [days.]hours:minutes:seconds[.fractionalSeconds]. For details, see KeyTime.
DiscreteObjectKeyFrame is shown in the XAML usages for ObjectKeyFrame properties because DiscreteObjectKeyFrame is the only object animation keyframe type that the Windows Phone animation system can support.