PointAnimationUsingKeyFrames.KeyFrames Свойство

Определение

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

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

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

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

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

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