Int32AnimationUsingKeyFrames.KeyFrames Propriedade

Definição

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

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

Valor da propriedade

Int32KeyFrameCollection

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

Aplica-se a

Confira também