次の方法で共有


RepeatBehavior.Forever プロパティ

定義

無限回の繰り返しを指定する RepeatBehavior を取得します。

public:
 static property Windows::UI::Xaml::Media::Animation::RepeatBehavior Forever { Windows::UI::Xaml::Media::Animation::RepeatBehavior get(); };
public static Windows.UI.Xaml.Media.Animation.RepeatBehavior Forever { get; }
static member Forever : Windows.UI.Xaml.Media.Animation.RepeatBehavior
Public Shared ReadOnly Property Forever As RepeatBehavior

プロパティ値

無限回の繰り返しを指定する RepeatBehavior

注釈

この構造体は、Windows ランタイム (WinRT) RepeatBehavior 構造体の .NET プロジェクションを表します。 詳細については、UWP API リファレンスの 「RepeatBehavior 」を参照してください。

適用対象