DoubleAnimationUsingKeyFrames.KeyFrames 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得定義動畫的 DoubleKeyFrame 物件的集合。
public:
property DoubleKeyFrameCollection ^ KeyFrames { DoubleKeyFrameCollection ^ get(); };
DoubleKeyFrameCollection KeyFrames();
public DoubleKeyFrameCollection KeyFrames { get; }
var doubleKeyFrameCollection = doubleAnimationUsingKeyFrames.keyFrames;
Public ReadOnly Property KeyFrames As DoubleKeyFrameCollection
<DoubleAnimationUsingKeyFrames>
oneOrMoreDoubleKeyFrames
</DoubleAnimationUsingKeyFrames>
屬性值
定義動畫的 DoubleKeyFrame 物件集合。 預設為空集合。