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 物件集合。 預設為空集合。

適用於