StringAnimationUsingKeyFrames.KeyFrames Propriedade

Definição

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

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

Valor da propriedade

StringKeyFrameCollection

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

Aplica-se a

Confira também