KeyTime.Paced Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
.NET