RepeatBehaviorType
RepeatBehaviorType
RepeatBehaviorType
RepeatBehaviorType
Enum
Definition
Specifies the repeat mode that a RepeatBehavior raw value represents.
public : enum class RepeatBehaviorTypepublic enum RepeatBehaviorTypePublic Enum RepeatBehaviorType// This API is not available in Javascript.
- Attributes
Windows 10 requirements
| Device family |
Windows 10 (introduced v10.0.10240.0)
|
| API contract |
Windows.Foundation.UniversalApiContract (introduced v1)
|
Fields
| Count Count Count Count | The RepeatBehavior represents a case where the timeline should repeat for a fixed number of complete runs. |
| Duration Duration Duration Duration | The RepeatBehavior represents a case where the timeline should repeat for a time duration, which might result in an animation terminating part way through. |
| Forever Forever Forever Forever | The RepeatBehavior represents a case where the timeline should repeat indefinitely. |