Int64AnimationUsingKeyFrames.KeyFrames Vlastnost

Definice

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

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

Hodnota vlastnosti

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

Platí pro

Viz také