RepeatBehavior.Duration Propriété

Définition

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é

TimeSpan

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 la référence de l’API UWP.

S’applique à