IXRObjectKeyFrame (Windows Embedded CE 6.0)

1/6/2010

This base class defines an animation segment that has its own target IXRDependencyObject value uses the frame-transition method for an IXRObjectAnimationUsingKeyFrames object.

Syntax

class IXRObjectKeyFrame : public IXRDependencyObject

Methods

Method Description

IXRObjectKeyFrame::GetKeyTime

Retrieves the time at which the target value of this key frame is reached.

IXRObjectKeyFrame::GetValue

Retrieves the target value for this key frame.

IXRObjectKeyFrame::SetKeyTime

Sets the time at which the target value of this key frame is reached.

IXRObjectKeyFrame::SetValue

Sets the target value for this key frame.

Remarks

IXRObjectKeyFrame, the base class for IXRDiscreteObjectKeyFrame, defines a target value type that is derived from IXRDependencyObject. To animate an object derived from IXRDependencyObject by using key frames, define an IXRObjectAnimationUsingKeyFrames animation, and then populate its IXRObjectKeyFrameCollection with multiple IXRDiscreteObjectKeyFrame objects that define the key frames.

Inheritance Hierarchy

IXRDependencyObject

    IXRObjectKeyFrame

        IXRDiscreteObjectKeyFrame

.NET Framework Equivalent

System.Windows.Media.Animation.ObjectKeyFrame

Requirements

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

See Also

Reference

Classes for Visual Appearance and Behavior