DoubleKeyFrame.KeyTime Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
KeyTime KeyTime();
void KeyTime(KeyTime value);
public KeyTime KeyTime { get; set; }
var keyTime = doubleKeyFrame.keyTime;
doubleKeyFrame.keyTime = keyTime;
Public Property KeyTime As KeyTime
<doubleKeyFrame KeyTime="keyTimeString"/>
Property Value
The time at which the key frame's current value should be equal to its Value property. The default is null.