KeyTime.Paced 属性

定义

获取 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

属性值

KeyTime

一个 Paced 值。

注解

将关键时间设置为 Paced时,根据每个关键帧的长度分配可用时间,以确定每个帧的持续时间。 这将提供动画的“速度”或节奏将保持不变的行为。

适用于