DoubleKeyFrame.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 double Value { double get(); void set(double value); };
double Value();
void Value(double value);
public double Value { get; set; }
var double = doubleKeyFrame.value;
doubleKeyFrame.value = double;
Public Property Value As Double
<doubleKeyFrame Value="double"/>
Property Value
Double
double
The key frame's target value, which is the value of this key frame at its specified KeyTime. The default is 0.