Click or drag to resize

TimerCycled Property

When this property is true, then the OnTimer event will be fired periodically, otherwise the event will be fired only once.

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

Property Value

Boolean
See Also