RepeatBehaviorType 列舉
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
指定 RepeatBehavior 未經處理值所代表的重複模式。
public enum class RepeatBehaviorType
[System.Security.SecurityCritical]
public enum RepeatBehaviorType
[<System.Security.SecurityCritical>]
type RepeatBehaviorType =
Public Enum RepeatBehaviorType
- 繼承
- 屬性
欄位
Count | 0 | RepeatBehavior 代表時間軸應按固定完整執行數重複執行的狀況。 |
Duration | 1 | RepeatBehavior 代表時間軸應該重複一段時間的狀況,這可能會導致動畫在播放途中終止。 |
Forever | 2 | RepeatBehavior 代表時間軸應無限重複的狀況。 |
備註
此列舉表示 Windows 運行時間 (WinRT) RepeatBehaviorType
列舉的 .NET 投影。 如需詳細資訊,請參閱 UWP API 參考中的 RepeatBehaviorType 。