Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

KeyTimeType Enumeration

Represents the different types that may represent a KeyTime instance.

Namespace:  System.Windows.Media.Animation
Assembly:  System.Windows (in System.Windows.dll)

public enum KeyTimeType
<object property="enumMemberName"/>

Member nameDescription
Supported by Silverlight for Windows PhoneUniformThe allotted total time for an animation sequence is divided evenly amongst each of the key frames.
Supported by Silverlight for Windows PhoneTimeSpanEach KeyTime is expressed as a TimeSpan value relative to the BeginTime of an animation sequence.

Each key frame's KeyTime specifies when that key frame ends. It does not specify how long the key frame plays. The amount of time a key frame plays is determined by when the key frame ends, when the previous key frame ended, and the animation's duration. For more information, see Key-Frame Animations.

Silverlight

Supported in: 5, 4, 3

Silverlight for Windows Phone

Supported in: Windows Phone OS 7.1, Windows Phone OS 7.0

For a list of the operating systems and browsers that are supported by Silverlight, see Supported Operating Systems and Browsers.

Community Additions

Show:
© 2017 Microsoft