PointAnimationUsingKeyFrames.KeyFrames Egenskap

Definition

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

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

Egenskapsvärde

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

Gäller för

Se även