Int16AnimationUsingKeyFrames.KeyFrames Propriedade

Definição

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

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

Valor da propriedade

Int16KeyFrameCollection

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

Aplica-se a

Confira também