Sdílet prostřednictvím


DoubleAnimationUsingKeyFrames.KeyFrames Vlastnost

Definice

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

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

Hodnota vlastnosti

DoubleKeyFrameCollection

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

Platí pro

Viz také