DoubleAnimationUsingKeyFrames.KeyFrames 屬性

定義

取得定義動畫的 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 物件集合。 預設為空集合。

適用於