Value Property (KeyFrame)

Gets or sets the key frame's target value.

XAML
<object Value="KeyFrame" .../>
Scripting
value = object.Value
object.Value = value

Property Value

object

The key frame's target value, which is the value of this key frame at its specified KeyTime.

This property is read/write. The default value is null.

Remarks

In its abstract form, this property is not type constrained. See ColorKeyFrame.Value, DoubleKeyFrame.Value, and PointKeyFrame.Value.

Applies To

KeyFrame

See Also

Animation OverviewColorKeyFrame, DiscreteColorKeyFrame, DiscreteDoubleKeyFrame, DiscretePointKeyFrame, DoubleKeyFrame, LinearColorKeyFrame, LinearDoubleKeyFrame, LinearPointKeyFrame, KeyFrame, PointKeyFrame, SplineColorKeyFrame, SplineDoubleKeyFrame, SplinePointKeyFrame