PointAnimationUsingKeyFrames.KeyFrames Vlastnost

Definice

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

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

Hodnota vlastnosti

PointKeyFrameCollection

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

Platí pro

Viz také