SingleAnimationUsingKeyFrames.KeyFrames Propriedade

Definição

Obtém ou define a coleção de objetos SingleKeyFrame que definem a animação.

public:
 property System::Windows::Media::Animation::SingleKeyFrameCollection ^ KeyFrames { System::Windows::Media::Animation::SingleKeyFrameCollection ^ get(); void set(System::Windows::Media::Animation::SingleKeyFrameCollection ^ value); };
public System.Windows.Media.Animation.SingleKeyFrameCollection KeyFrames { get; set; }
member this.KeyFrames : System.Windows.Media.Animation.SingleKeyFrameCollection with get, set
Public Property KeyFrames As SingleKeyFrameCollection

Valor da propriedade

SingleKeyFrameCollection

A coleção de SingleKeyFrame objetos que definem a animação. O valor padrão é Empty.

Aplica-se a

Confira também