Share via


IXRBounceEase::GetBounciness (Compact 2013)

3/28/2014

This method retrieves a value that specifies how elastic the bounce animation is. Low values of this property result in bounces with little loss of height between bounces (more bouncy) while high values result in dampened bounces (less bouncy).

Syntax

virtual HRESULT STDMETHODCALLTYPE GetBounciness(
    __out float* pBounciness
) = 0;

Parameters

  • pBounciness
    [out] Pointer to an integer value that specifies how elastic the bounce animation is. 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.BounceEase.Bounciness

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRBounceEase