ThicknessAnimationUsingKeyFrames.KeyFrames プロパティ
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
アニメーションを定義する 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
プロパティ値
アニメーションを定義する ThicknessKeyFrame オブジェクトのコレクション。 既定値は Empty です。