ObjectAnimationUsingKeyFrames.KeyFrames プロパティ

定義

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

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

プロパティ値

ObjectKeyFrameCollection

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

適用対象

こちらもご覧ください