ColorKeyFrame::Value Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets or sets the key frame's target value.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<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.
Show: