ColorKeyFrame.Value Property

Definition

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.

Applies to