RepeatBehavior.Forever Property

Definition

Gets a RepeatBehavior that specifies an infinite number of repetitions.

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

Property Value

A RepeatBehavior that specifies an infinite number of repetitions.

Applies to