AnimationTimeline::GetCurrentValue Method (Object^, Object^, AnimationClock^)
.NET Framework (current version)
Gets the current value of the animation.
Assembly: PresentationCore (in PresentationCore.dll)
public: virtual Object^ GetCurrentValue( Object^ defaultOriginValue, Object^ defaultDestinationValue, AnimationClock^ animationClock )
Parameters
- defaultOriginValue
-
Type:
System::Object^
The origin value provided to the animation if the animation does not have its own start value. If this animation is the first in a composition chain it will be the base value of the property being animated; otherwise it will be the value returned by the previous animation in the chain.
- defaultDestinationValue
-
Type:
System::Object^
The destination value provided to the animation if the animation does not have its own destination value.
- animationClock
-
Type:
System.Windows.Media.Animation::AnimationClock^
The AnimationClock which can generate the CurrentTime or CurrentProgress value to be used by the animation to generate its output value.
Return Value
Type: System::Object^The value this animation believes should be the current value for the property.
.NET Framework
Available since 3.0
Available since 3.0
Show: