IXRExponentialEase::SetExponent (Compact 2013)
3/28/2014
This method sets the exponent that determines the interpolation of the animation.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetExponent(
__in float Exponent
) = 0;
Parameters
- Exponent
[in] Float value that represents the exponent that determines the interpolation of the animation. This value can be positive or negative. 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 |