RepeatBehavior.Duration Propriedade

Definição

Obtém a duração total em que a Windows.UI.Xaml.Media.Animation.Timeline deve ser reproduzida.

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

Valor da propriedade

TimeSpan

O período total de tempo que uma linha do tempo deve reproduzir.

Exceções

Este RepeatBehavior descreve uma contagem de iteração, não uma duração de repetição.

Comentários

Esse struct representa a projeção do .NET do struct Windows Runtime RepeatBehavior (WinRT). Para obter mais informações, consulte RepeatBehavior na referência da API UWP.

Aplica-se a