SingleAnimationUsingKeyFrames.KeyFrames Egenskap

Definition

Hämtar eller anger samlingen med SingleKeyFrame objekt som definierar animeringen.

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

Egenskapsvärde

Samlingen med SingleKeyFrame objekt som definierar animeringen. Standardvärdet är Empty.

Gäller för

Se även