RepeatBehaviorType 열거형

정의

RepeatBehavior 원시 값이 나타내는 반복 모드를 지정합니다.

public enum class RepeatBehaviorType
public enum RepeatBehaviorType
[System.Security.SecurityCritical]
public enum RepeatBehaviorType
type RepeatBehaviorType = 
[<System.Security.SecurityCritical>]
type RepeatBehaviorType = 
Public Enum RepeatBehaviorType
상속
RepeatBehaviorType
특성

필드

Count 0

RepeatBehavior는 고정된 수의 전체 실행에 대해 타임라인을 반복해야 하는 경우를 나타냅니다.

Duration 1

RepeatBehavior는 타임라인이 일정 시간 동안 반복되어 애니메이션이 도중에 종료될 수 있는 경우를 나타냅니다.

Forever 2

RepeatBehavior는 타임라인이 무기한 반복되어야 하는 경우를 나타냅니다.

설명

이 열거형은 WinRT (Windows 런타임) 열거형의 .NET 프로젝션을 나타냅니다 RepeatBehaviorType . 자세한 내용은 RepeatBehaviorType 에서 UWP API 참조를 참조 하세요.

적용 대상