StringAnimationUsingKeyFrames.KeyFrames Vlastnost

Definice

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

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

Hodnota vlastnosti

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

Platí pro

Viz také