Notiz
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Iech unzemellen oder Verzeechnesser ze änneren.
Zougrëff op dës Säit erfuerdert Autorisatioun. Dir kënnt probéieren, Verzeechnesser ze änneren.
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_NORMALValue: 0 The start of a loop begins with the first value (v1->v2, v1->v2, v1->v2, and so on). |
UI_ANIMATION_REPEAT_MODE_ALTERNATEValue: 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 |