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, который нужно вставить в коллекцию.

Применяется к