言語

RepeatBehaviorType 列挙型

定義

RepeatBehavior 生の値が表す繰り返しモードを指定します。

public enum class RepeatBehaviorType
[System.Security.SecurityCritical]
public enum 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 を参照してください。

適用対象