Share via


RectAnimationUsingKeyFrames.KeyFrames プロパティ

定義

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

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

プロパティ値

RectKeyFrameCollection

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

注釈

キー フレーム アニメーションのターゲット値は、オブジェクトのRectKeyFrameコレクションをKeyFrames含むプロパティによって定義されます。 それぞれが RectKeyFrame 、独自のターゲット Value を持つアニメーションのセグメントを定義します KeyTime。 アニメーションを実行すると、指定したキー時刻にキー値から次のキー値に進みます。

適用対象

こちらもご覧ください