Vector3DAnimationUsingKeyFrames.KeyFrames プロパティ

定義

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

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

プロパティ値

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

適用対象

こちらもご覧ください