Click or drag to resize

TimerRepeatCount Property

Specifies how many times the OnTimer event will be fired. When this property is 0, then the event will be fired continually.

Namespace: ZylSoft.Timers
Assembly: ZylTimer (in ZylTimer.dll) Version: 1.31.8797.18884
XMLNS for XAML: Not mapped to an xmlns.
Syntax
public int RepeatCount { get; set; }

Property Value

Int32
See Also