Sdílet prostřednictvím


RectAnimationUsingKeyFrames.KeyFrames Vlastnost

Definice

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

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

Hodnota vlastnosti

RectKeyFrameCollection

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

Poznámky

Cílové hodnoty animačního snímku klíče jsou definovány jeho KeyFrames vlastností, která obsahuje kolekci RectKeyFrame objektů. Každý RectKeyFrame definuje segment animace s vlastním cílem Value a KeyTime. Když se animace spustí, postupuje z jedné hodnoty klíče na další v zadaných časech klíče.

Platí pro

Viz také