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

속성 값

Double

반복할 반복의 수입니다.

예외

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

설명

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

적용 대상