DoubleAnimationUsingKeyFrames.KeyFrames Właściwość

Definicja

Pobiera lub ustawia kolekcję DoubleKeyFrame obiektów definiujących animację.

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

Wartość właściwości

DoubleKeyFrameCollection

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

Dotyczy

Zobacz też