Share via


RepeatBehaviorType Énumération

Définition

Spécifie le mode de répétition qu’une valeur brute RepeatBehavior représente.

public enum class RepeatBehaviorType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
enum class RepeatBehaviorType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
public enum RepeatBehaviorType
Public Enum RepeatBehaviorType
Héritage
RepeatBehaviorType
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 (introduit dans 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v1.0)

Champs

Count 0

RepeatBehavior représente un cas où le chronologie doit se répéter pour un nombre fixe d’exécutions complètes.

Duration 1

RepeatBehavior représente un cas où l’chronologie doit se répéter pendant une durée, ce qui peut entraîner la fin d’une partie de l’animation.

Forever 2

RepeatBehavior représente un cas où le chronologie doit se répéter indéfiniment.

S’applique à