Share via


IXRElasticEase::GetOscillations (Compact 7)

3/12/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

See Also

Reference

IXRElasticEase