DoubleAnimationUsingKeyFrames.KeyFrames Свойство

Определение

Возвращает или задает коллекцию объектов DoubleKeyFrame, определяющих анимацию.

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

Значение свойства

DoubleKeyFrameCollection

Коллекция объектов DoubleKeyFrame, определяющих анимацию. Значение по умолчанию — Empty.

Применяется к

См. также раздел