ColorAnimationUsingKeyFrames.KeyFrames Egenskap

Definition

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

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

Egenskapsvärde

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

Gäller för

Se även