Value Property (ColorKeyFrame)

Gets or sets the key frame's target value.

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

Property Value

Color

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

See Color for details on the various string formats that can be used to specify a color either in XAML or script.

Applies To

DiscreteColorKeyFrame, LinearColorKeyFrame, SplineColorKeyFrame

See Also

Animation Overview