PointAnimationUsingKeyFrames.KeyFrames 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得定義動畫的 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 物件集合。 預設為空集合。