Compartilhar via


ObjectAnimationUsingKeyFrames.KeyFrames Propriedade

Definição

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

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

Valor da propriedade

ObjectKeyFrameCollection

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

Aplica-se a

Confira também