Value Property (DoubleKeyFrame)
Gets or sets the key frame's target value.
XAML |
<object Value="Double" .../>
|
Scripting |
value = object.Value object.Value = value |
Property Value
The key frame's target value, which is the value of this key frame at its specified KeyTime.
This property is read/write. The default value is 0.
Remarks
Check the SDK reference for the Double-type property you are animating for other possible constraint information. If an animation sets a Double value that is invalid for a particular property, the result is typically that a runtime SetValue error occurs, rather than being detected during parsing. If an animation sets a value that goes out of range but is not otherwise invalid, the animation might not behave as expected.
Applies To
DoubleKeyFrame, LinearDoubleKeyFrame, SplineDoubleKeyFrame