RectAnimationUsingKeyFrames.KeyFrames プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アニメーションを定義する 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 、独自のターゲット Value を持つアニメーションのセグメントを定義します KeyTime。 アニメーションを実行すると、指定したキー時刻にキー値から次のキー値に進みます。