RepeatBehaviorType Enum

Definition

Specifies the repeat mode that a RepeatBehavior raw value represents.

public enum class RepeatBehaviorType
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.WinUIContract, 65536)]
enum class RepeatBehaviorType
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.WinUIContract), 65536)]
public enum 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.

Applies to