IXRBounceEase::GetBounces (Compact 2013)
3/28/2014
This method retrieves the number of bounces.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetBounces(
__out int* pBounces
) = 0;
Parameters
- pBounces
[out] Pointer to an integer value that specifies the number of bounces. The value must be greater than or equal to 0 (zero). Negative values will resolve to 0 (zero). 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.BounceEase.Bounces
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |