ThicknessKeyFrameCollection.Add(ThicknessKeyFrame) Méthode

Définition

Ajoute un ThicknessKeyFrame à la fin de la collection.

public:
 int Add(System::Windows::Media::Animation::ThicknessKeyFrame ^ keyFrame);
public int Add (System.Windows.Media.Animation.ThicknessKeyFrame keyFrame);
member this.Add : System.Windows.Media.Animation.ThicknessKeyFrame -> int
Public Function Add (keyFrame As ThicknessKeyFrame) As Integer

Paramètres

keyFrame
ThicknessKeyFrame

ThicknessKeyFrame à ajouter à la fin de la collection.

Retours

Int32

Index auquel le keyFrame a été ajouté.

S’applique à