ThicknessAnimationUsingKeyFrames.KeyFrames プロパティ

定義

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

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

プロパティ値

ThicknessKeyFrameCollection

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

適用対象

こちらもご覧ください