다음을 통해 공유


RepeatBehavior.Count 속성

정의

Windows.UI.Xaml.Media.Animation.Timeline이 반복해야 하는 횟수를 가져옵니다.

public:
 property double Count { double get(); void set(double value); };
public double Count { get; set; }
member this.Count : double with get, set
Public Property Count As Double

속성 값

반복할 반복 횟수입니다.

예외

RepeatBehavior가 반복 횟수가 아닌 반복 재생 시간을 나타내는 경우

설명

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

적용 대상