ObjectKeyFrame.KeyTime Property

Definition

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 = objectKeyFrame.keyTime;
objectKeyFrame.keyTime = keyTime;
Public Property KeyTime As KeyTime
<DiscreteObjectKeyFrame 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