Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

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.

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

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.

Applies to


Feedback

Was this page helpful?