次の方法で共有


IXRDoubleKeyFrame::SetValue (Compact 2013)

3/28/2014

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

See Also

Reference

IXRDoubleKeyFrame
IXRDoubleKeyFrame::GetValue