次の方法で共有


IXRDoubleKeyFrame::SetValue (Windows Embedded CE 6.0)

1/6/2010

This method sets the target float value of this key frame.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetValue(
    float Value
) = 0;

Parameters

  • Value
    [in] A value that is the target float value of this key frame.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

The target float value will be the actual value of this key frame at the specified key-time.

.NET Framework Equivalent

System.Windows.Media.Animation.DoubleKeyFrame.Value

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRDoubleKeyFrame
IXRDoubleKeyFrame::GetValue