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; }
member this.Forever : Windows.UI.Xaml.Media.Animation.RepeatBehavior
Public Shared ReadOnly Property Forever As RepeatBehavior

プロパティ値

RepeatBehavior

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

注釈

この構造体は、Windows ランタイム (WinRT) 構造体の .net 射影を表し RepeatBehavior ます。 詳細については、UWP API リファレンスの「 system.windows.media.animation.timeline.repeatbehavior 」を参照してください。

適用対象