StringAnimationUsingKeyFrames.KeyFrames Свойство

Определение

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

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

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

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

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

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