言語

ThicknessKeyFrameCollection.Insert(Int32, ThicknessKeyFrame) メソッド

定義

コレクション内の特定の場所に ThicknessKeyFrame を挿入します。

public:
 void Insert(int index, System::Windows::Media::Animation::ThicknessKeyFrame ^ keyFrame);
public void Insert(int index, System.Windows.Media.Animation.ThicknessKeyFrame keyFrame);
member this.Insert : int * System.Windows.Media.Animation.ThicknessKeyFrame -> unit
Public Sub Insert (index As Integer, keyFrame As ThicknessKeyFrame)

パラメーター

index
Int32

ThicknessKeyFrameが挿入されるインデックス位置。

keyFrame
ThicknessKeyFrame

コレクションに挿入する ThicknessKeyFrame オブジェクト。

適用対象