次の方法で共有


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

プロパティ値

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

注釈

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

適用対象

こちらもご覧ください