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 物件。

適用於