The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
ColorKeyFrame.Value Property
Silverlight
Gets or sets the key frame's target value.
Namespace: System.Windows.Media.Animation
Assembly: System.Windows (in System.Windows.dll)
<colorKeyFrame> <colorKeyFrame.Value> <Color>colorString</Color> </colorKeyFrame.Value> </colorKeyFrame>
<colorKeyFrame Value="colorString"/> -or- <colorKeyFrame Value="referenceToColor"/>
XAML Values
Property Value
Type: System.Windows.Media.ColorThe key frame's target value, which is the value at its specified KeyTime. The default is a Color with an ARGB value of #00000000.
Dependency property identifier field: ValueProperty
See Color for details on the various string formats that can be used to specify a color in XAML.
For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.
Community Additions
Show: