共用方式為


ColorAnimationUsingKeyFrames.KeyFrames 屬性

定義

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

public:
 property ColorKeyFrameCollection ^ KeyFrames { ColorKeyFrameCollection ^ get(); };
ColorKeyFrameCollection KeyFrames();
public ColorKeyFrameCollection KeyFrames { get; }
var colorKeyFrameCollection = colorAnimationUsingKeyFrames.keyFrames;
Public ReadOnly Property KeyFrames As ColorKeyFrameCollection
<ColorAnimationUsingKeyFrames ...>
  oneOrMoreColorKeyFrames
</ColorAnimationUsingKeyFrames>

屬性值

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

適用於