DoubleKeyFrame.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.
Namespace: System.Windows.Media.Animation
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
Syntax
Public Property Value As Double
public double Value { get; set; }
<doubleKeyFrame Value="double"/>
Property Value
Type: System..::.Double
The key frame's target value, which is the value of this key frame at its specified KeyTime. The default is 0.
Remarks
Dependency property identifier field: ValueProperty
Version Information
Windows Phone OS
Supported in: 8.1, 8.0, 7.1, 7.0
Platforms
Windows Phone
See Also
Reference
System.Windows.Media.Animation Namespace