ThicknessKeyFrameCollection.Add(ThicknessKeyFrame) Método

Definición

Agrega una clase ThicknessKeyFrame al final de la colección.

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

Parámetros

keyFrame
ThicknessKeyFrame

Clase ThicknessKeyFrame que se va agregar al final de la colección.

Devoluciones

Int32

Índice al que se agregó el keyFrame.

Se aplica a