PointAnimationUsingKeyFrames.KeyFrames プロパティ

定義

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

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

プロパティ値

PointKeyFrameCollection

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

適用対象

こちらもご覧ください