DoubleKeyFrame.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.
<doubleKeyFrame 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 null.
Dependency property identifier field: KeyTimeProperty
The XAML attribute format for specifying a KeyTime is [days.]hours:minutes:seconds[.fractionalSeconds]. For details on XAML usage, see KeyTime.
Show: