Point3DAnimationUsingKeyFrames.KeyFrames プロパティ

定義

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

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

プロパティ値

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

適用対象

こちらもご覧ください