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 リファレンスの「 Repeatの種類 」を参照してください。

適用対象