KeyTime.Paced Свойство
Определение
public:
static property System::Windows::Media::Animation::KeyTime Paced { System::Windows::Media::Animation::KeyTime get(); };
public static System.Windows.Media.Animation.KeyTime Paced { get; }
member this.Paced : System.Windows.Media.Animation.KeyTime
Public Shared ReadOnly Property Paced As KeyTime
Значение свойства
Комментарии
Если для ключевого времени установлено значение Paced , доступное время выделяется в соответствии с длиной каждого из ключевых кадров, чтобы определить продолжительность каждого кадра.When a key time is set to Paced, available time is allocated according to the length of each of the key frames to determine the duration of each frame. Это позволит обеспечить поведение, которое «скорость» или темп анимации останутся постоянными.This will provide the behavior that the "velocity" or pace of the animation will remain constant.