ObjectAnimationUsingKeyFrames.KeyFrames 属性

定义

获取定义动画的 ObjectKeyFrame 对象的集合。

public:
 property ObjectKeyFrameCollection ^ KeyFrames { ObjectKeyFrameCollection ^ get(); };
ObjectKeyFrameCollection KeyFrames();
public ObjectKeyFrameCollection KeyFrames { get; }
var objectKeyFrameCollection = objectAnimationUsingKeyFrames.keyFrames;
Public ReadOnly Property KeyFrames As ObjectKeyFrameCollection
<ObjectAnimationUsingKeyFrames>oneOrMoreDiscreteObjectKeyFrames</ObjectAnimationUsingKeyFrames>

属性值

定义动画的 ObjectKeyFrame 对象的集合。 默认值为空集合。

适用于