次の方法で共有


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 オブジェクトのコレクション。 既定値は空のコレクションです。

適用対象