RepeatBehaviorHelper.Forever Property

Definition

Gets a static RepeatBehavior that represents the special "Forever" value. C# and Microsoft Visual Basic code should use Forever instead.

static RepeatBehavior Forever();
public static RepeatBehavior Forever { get; }
var repeatBehavior = RepeatBehaviorHelper.forever;
Public Shared ReadOnly Property Forever As RepeatBehavior

Property Value

A static RepeatBehavior that represents the special "Forever" value.

Applies to