IXRExponentialEase::GetExponent (Compact 2013)
3/28/2014
This method retrieves the exponent that determines the interpolation of the animation.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetExponent(
__out float* pExponent
) = 0;
Parameters
- pExponent
[out] Pointer to a float value that represents the exponent that determines the interpolation of the animation. The default value is 2.
Return Value
Returns an HRESULT that indicates success or returns an error code.
.NET Framework Equivalent
System.Windows.Media.Animation.ExponentialEase.Exponent
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |