VectorAnimationUsingKeyFrames.KeyFrames プロパティ

定義

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

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

プロパティ値

VectorKeyFrameCollection

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

適用対象

こちらもご覧ください