When this property is true, then the OnTimer event will be fired periodically,
otherwise the event will be fired only once.
Namespace: ZylSoft.TimersAssembly: ZylTimer (in ZylTimer.dll) Version: 1.31.8797.18884
XMLNS for XAML: Not mapped to an xmlns.
Syntaxpublic bool Cycled { get; set; }Public Property Cycled As Boolean
Get
Set
Dim instance As Timer
Dim value As Boolean
value = instance.Cycled
instance.Cycled = value
public:
property bool Cycled {
bool get ();
void set (bool value);
}member Cycled : bool with get, set
/** @property */
public boolean get_Cycled()
/** @property */
public void set_Cycled(boolean value)
function get Cycled () : boolean
function set Cycled (value : boolean)
function get_Cycled();
function set_Cycled(value);
PROPERTY Cycled AS LOGIC GET SET
No code example is currently available or this language may not be supported.
Property Value
Boolean
See Also