RepeatBehavior.Forever Property

Definition

Gets a RepeatBehavior that specifies an infinite number of repetitions.

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

Property Value

A RepeatBehavior that specifies an infinite number of repetitions.

Remarks

This struct represents the .NET projection of the Windows Runtime (WinRT) RepeatBehavior struct. For more information, see RepeatBehavior in the UWP API reference.

Applies to