Int64AnimationUsingKeyFrames.KeyFrames Propriedade

Definição

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

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

Valor da propriedade

Int64KeyFrameCollection

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

Aplica-se a

Confira também