UI_ANIMATION_REPEAT_MODE enumeration (uianimation.h)
Defines the pattern for a loop iteration.
Syntax
typedef enum __MIDL___MIDL_itf_UIAnimation_0000_0000_0004 {
UI_ANIMATION_REPEAT_MODE_NORMAL = 0,
UI_ANIMATION_REPEAT_MODE_ALTERNATE = 1
} UI_ANIMATION_REPEAT_MODE;
Constants
UI_ANIMATION_REPEAT_MODE_NORMAL Value: 0 The start of a loop begins with the first value (v1->v2, v1->v2, v1->v2, and so on). |
UI_ANIMATION_REPEAT_MODE_ALTERNATE Value: 1 The start of a loop alternates between values (v1->v2, v2->v1, v1->v2, and so on). |
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows 8, Windows 7 and Platform Update for Windows 7 [desktop apps | UWP apps] |
Minimum supported server | None supported |
Header | uianimation.h |