KeyTime.Paced Property

Definition

Gets the Paced value which creates timing behavior resulting in an animation that interpolates at a constant rate.

public:
 static property System::Windows::Media::Animation::KeyTime Paced { System::Windows::Media::Animation::KeyTime get(); };
public static System.Windows.Media.Animation.KeyTime Paced { get; }
static member Paced : System.Windows.Media.Animation.KeyTime
Public Shared ReadOnly Property Paced As KeyTime

Property Value

A Paced value.

Remarks

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.

Applies to