RepeatBehavior.Duration Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient la durée totale pendant laquelle Windows.UI.Xaml.Media.Animation.Timeline doit être lu.
public:
property TimeSpan Duration { TimeSpan get(); void set(TimeSpan value); };
public TimeSpan Duration { get; set; }
member this.Duration : TimeSpan with get, set
Public Property Duration As TimeSpan
Valeur de propriété
Durée totale attendue d'une chronologie.
Exceptions
RepeatBehavior décrit un nombre d’itérations, pas une durée de répétition.
Remarques
Ce struct représente la projection .NET du struct Windows Runtime (WinRT). RepeatBehavior
Pour plus d’informations, consultez RepeatBehavior dans les informations de référence sur l’API UWP.