Constants
Reference documentation for constants and enumerations defined by the Windows Animation Manager.
In this section
| Topic | Description |
|---|---|
|
Indicates that the requested dimension cannot be retrieved. | |
|
Indicates that this is the initial entry into a given loop. | |
|
Represents the implicit keyframe at the start of every storyboard. | |
|
Indicates that the interval between two keyframes in a storyboard should repeat indefinitely until the IUIAnimationStoryboard::Conclude method is called. | |
|
Indicates that the interval between two keyframes in a storyboard should repeat indefinitely until the keyframe loop terminates on the ending keyframe when the IUIAnimationStoryboard::Conclude method is called. | |
|
Indicates that the interval between two keyframes in a storyboard should repeat indefinitely until the keyframe loop terminates on the starting keyframe when the IUIAnimationStoryboard::Conclude method is called. | |
|
Indicates that Windows Animation can delay the scheduled start of a storyboard for as much time as necessary to avoid scheduling conflicts. | |
|
Indicates that there are no scheduled events. |
Related topics