StringAnimationUsingKeyFrames.KeyFrames プロパティ

定義

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

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

プロパティ値

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

適用対象

こちらもご覧ください