SingleAnimationUsingKeyFrames.KeyFrames Właściwość

Definicja

Pobiera lub ustawia kolekcję SingleKeyFrame obiektów, które definiują animację.

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

Wartość właściwości

SingleKeyFrameCollection

Kolekcja SingleKeyFrame obiektów definiujących animację. Wartość domyślna to Empty.

Dotyczy

Zobacz też