Int64AnimationUsingKeyFrames.KeyFrames プロパティ

定義

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

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

プロパティ値

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

適用対象

こちらもご覧ください