BooleanAnimationUsingKeyFrames.KeyFrames プロパティ

定義

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

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

プロパティ値

BooleanKeyFrameCollection

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

適用対象

こちらもご覧ください