ColorKeyFrame.Value Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the key frame's target value.
public:
property Color Value { Color get(); void set(Color value); };
Color Value();
void Value(Color value);
public Color Value { get; set; }
var color = colorKeyFrame.value;
colorKeyFrame.value = color;
Public Property Value As Color
<colorKeyFrame Value="colorString"/>
-or-
<colorKeyFrame Value="referenceToColor"/>
- or -
<colorKeyFrame>
<colorKeyFrame.Value>
<Color>colorString</Color>
</colorKeyFrame.Value>
</colorKeyFrame>
Property Value
The key frame's target value, which is the value at its specified KeyTime. The default is a Color with an ARGB value of #00000000.