AnimationClock::GetCurrentValue Method (Object^, Object^)
.NET Framework (current version)
Gets the current output value of the AnimationClock.
Assembly: PresentationCore (in PresentationCore.dll)
public:
Object^ GetCurrentValue(
Object^ defaultOriginValue,
Object^ defaultDestinationValue
)
Parameters
- defaultOriginValue
-
Type:
System::Object^
The origin value provided to the clock if its animation does not have its own start value. If this clock 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 clock in the chain
- defaultDestinationValue
-
Type:
System::Object^
The destination value provided to the clock if its animation does not have its own destination value. If this clock 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 clock in the chain
.NET Framework
Available since 3.0
Available since 3.0
Show: