ColorAnimationUsingKeyFrames.KeyFrames Eigenschap

Definitie

Hiermee haalt u de verzameling ColorKeyFrame objecten op die de animatie definiëren of stelt u deze in.

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

Waarde van eigenschap

De verzameling ColorKeyFrame objecten die de animatie definiëren. De standaardwaarde is Empty.

Van toepassing op

Zie ook