Rotation3DAnimationUsingKeyFrames.KeyFrames プロパティ

定義

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

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

プロパティ値

Rotation3DKeyFrameCollection

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

適用対象

こちらもご覧ください