ObjectKeyFrame::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.
Assembly: System.Windows (in System.Windows.dll)
XMLNS for XAML: Not mapped to an xmlns.
<DiscreteObjectKeyFrame> <DiscreteObjectKeyFrame.Value> singleObject </DiscreteObjectKeyFrame.Value> </DiscreteObjectKeyFrame>
<DiscreteObjectKeyFrame Value="stringForObject"/>
XAML Values
Property Value
Type: System::ObjectThe key frame's target value, which is the value of this key frame at its specified KeyTime. The default is nullptr.
Dependency property identifier field: ValueProperty
DiscreteObjectKeyFrame is shown in the XAML usages for ObjectKeyFrame properties because DiscreteObjectKeyFrame is the only object animation keyframe type that the Windows Phone animation system can support.
Show: