DoubleAnimationUsingKeyFrames.KeyFrames プロパティ

定義

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

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

プロパティ値

DoubleKeyFrameCollection

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

適用対象

こちらもご覧ください