Share via


IXRColorAnimation::GetTo (Compact 2013)

3/28/2014

This method retrieves the ending value of the animation.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetTo(
    __out COLORREF* pTo
) = 0;

Parameters

  • pTo
    [out] Pointer to a COLORREF value that indicates the ending value of the animation.

Return Value

Returns an HRESULT that returns true if successful; otherwise, returns false.

.NET Framework Equivalent

System.Windows.Media.Animation.ColorAnimation.To

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRColorAnimation
IXRColorAnimation::SetTo