DoubleAnimationUsingKeyFrames.KeyFrames Propriedade

Definição

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

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

Valor da propriedade

DoubleKeyFrameCollection

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

Aplica-se a

Confira também