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) 列舉的 .NET 投影 RepeatBehaviorType 。 如需詳細資訊,請參閱 UWP API 參考中的 RepeatBehaviorType

適用於