Partager via


IDispatcherTimer.IsRepeating Property

Definition

Gets or sets whether the timer should repeat.

public:
 property bool IsRepeating { bool get(); void set(bool value); };
public bool IsRepeating { get; set; }
member this.IsRepeating : bool with get, set
Public Property IsRepeating As Boolean

Property Value

Remarks

When set the false, the timer will run only once.

Applies to