IKeyFrameAnimation.KeyFrames Propiedad

Definición

Obtiene o establece una colección KeyFrames ordenada y asociada a esta secuencia de animación.

public:
 property System::Collections::IList ^ KeyFrames { System::Collections::IList ^ get(); void set(System::Collections::IList ^ value); };
public System.Collections.IList KeyFrames { get; set; }
member this.KeyFrames : System.Collections.IList with get, set
Public Property KeyFrames As IList

Valor de propiedad

IList de KeyFrames.

Se aplica a