StringAnimationUsingKeyFrames.KeyFrames Propriedade

Definição

Obtém ou define a coleção de StringKeyFrame objetos 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 de Propriedade

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

Aplica-se a

Ver também