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 |
---|---|
Retrieves the time at which the target value of this key frame is reached. |
|
Retrieves the target value for this key frame. |
|
Sets the time at which the target value of this key frame is reached. |
|
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
IXRObjectKeyFrame
.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 |