Value (ColorKeyFrame)

Microsoft Silverlight will reach end of support after October 2021. Learn more.

Gets or sets the key frame's target value.

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

Property Value

Type: 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.

Managed Equivalent

Value

Remarks

For more information about the string formats that you can use to specify a color either in XAML or in script, see the Color reference topic.