RepeatBehaviorType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Specifies the repeat mode that a RepeatBehavior raw value represents.
public enum class RepeatBehaviorType
[System.Security.SecurityCritical]
public enum RepeatBehaviorType
[<System.Security.SecurityCritical>]
type RepeatBehaviorType =
Public Enum RepeatBehaviorType
- Inheritance
- Attributes
Fields
Name | Value | Description |
---|---|---|
Count | 0 | The RepeatBehavior represents a case where the timeline should repeat for a fixed number of complete runs. |
Duration | 1 | 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 | 2 | The RepeatBehavior represents a case where the timeline should repeat indefinitely. |
Remarks
This enumeration represents the .NET projection of the Windows Runtime (WinRT) RepeatBehaviorType
enum. For more information, see RepeatBehaviorType in the UWP API reference.