StringKeyFrameCollection.Insert(Int32, StringKeyFrame) Method

Definition

Inserts a StringKeyFrame into a specific location within the collection.

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

Parameters

index
Int32

The index position at which the StringKeyFrame is inserted.

keyFrame
StringKeyFrame

The StringKeyFrame object to insert in the collection.

Applies to