Int16AnimationUsingKeyFrames.KeyFrames Vlastnost

Definice

Získá nebo nastaví kolekci Int16KeyFrame objektů, které definují animaci.

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

Hodnota vlastnosti

Int16KeyFrameCollection

Kolekce Int16KeyFrame objektů, které definují animaci. Výchozí hodnota je Empty.

Platí pro

Viz také