SingleAnimationUsingKeyFrames.KeyFrames プロパティ

定義

アニメーションを定義する SingleKeyFrame オブジェクトのコレクションを取得または設定します。

public:
 property System::Windows::Media::Animation::SingleKeyFrameCollection ^ KeyFrames { System::Windows::Media::Animation::SingleKeyFrameCollection ^ get(); void set(System::Windows::Media::Animation::SingleKeyFrameCollection ^ value); };
public System.Windows.Media.Animation.SingleKeyFrameCollection KeyFrames { get; set; }
member this.KeyFrames : System.Windows.Media.Animation.SingleKeyFrameCollection with get, set
Public Property KeyFrames As SingleKeyFrameCollection

プロパティ値

SingleKeyFrameCollection

アニメーションを定義する SingleKeyFrame オブジェクトのコレクション。 既定値は Empty です。

適用対象

こちらもご覧ください