RepeatBehaviorType Enum

Definition

Specifies the repeat mode that a RepeatBehavior raw value represents.

public enum class RepeatBehaviorType
public enum RepeatBehaviorType
[System.Security.SecurityCritical]
public enum RepeatBehaviorType
type RepeatBehaviorType = 
[<System.Security.SecurityCritical>]
type RepeatBehaviorType = 
Public Enum RepeatBehaviorType
Inheritance
RepeatBehaviorType
Attributes

Fields

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.

Applies to