Int16AnimationUsingKeyFrames.KeyFrames プロパティ

定義

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

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

プロパティ値

Int16KeyFrameCollection

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

適用対象

こちらもご覧ください