ThicknessAnimationUsingKeyFrames.KeyFrames Vlastnost

Definice

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

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

Hodnota vlastnosti

ThicknessKeyFrameCollection

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

Platí pro

Viz také