Int32AnimationUsingKeyFrames.KeyFrames Eigenschap

Definitie

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

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

Waarde van eigenschap

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

Van toepassing op

Zie ook