IXRElasticEase::GetOscillations (Compact 2013)
3/28/2014
This method retrieves the number of times the animation target slides back and forth over the animation destination.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetOscillations(
__out int* pOscillations
) = 0;
Parameters
- pOscillations
[out] Pointer to an integer value that represents the number of times the target slides back and forth over the animation destination. The default value is 3.
Return Value
Returns an HRESULT that indicates success or returns an error code.
.NET Framework Equivalent
System.Windows.Media.Animation.ElasticEase.Oscillations
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |