Share via


PointAnimationUsingKeyFrames.KeyFrames 屬性

定義

取得定義動畫的 PointKeyFrame 物件集合。

public:
 property PointKeyFrameCollection ^ KeyFrames { PointKeyFrameCollection ^ get(); };
PointKeyFrameCollection KeyFrames();
public PointKeyFrameCollection KeyFrames { get; }
var pointKeyFrameCollection = pointAnimationUsingKeyFrames.keyFrames;
Public ReadOnly Property KeyFrames As PointKeyFrameCollection
<PointAnimationUsingKeyFrames>
  oneOrMorePointKeyFrames
</PointAnimationUsingKeyFrames>

屬性值

定義動畫的 PointKeyFrame 物件集合。 預設為空集合。

適用於