RepeatBehavior.Duration 속성

정의

Windows.UI.Xaml.Media.Animation.Timeline이 재생해야 하는 시간 길이를 가져옵니다.

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

속성 값

TimeSpan

Timeline을 재생하는 총 시간입니다.

예외

RepeatBehavior는 반복 재생 시간이 아닌 반복 횟수를 나타냅니다.

설명

이 구조체는 WinRT (Windows 런타임) 구조체의 .net 프로젝션을 나타냅니다 RepeatBehavior . 자세한 내용은 RepeatBehavior 에서 UWP API 참조를 참조 하세요.

적용 대상