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 表示时间线应无限重复的情况。

注解

此枚举表示 Windows 运行时 (WinRT) RepeatBehaviorType 枚举的 .NET 投影。 有关详细信息,请参阅 UWP API 参考中的 RepeatBehaviorType

适用于