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 を参照してください。

適用対象