Click or drag to resize

UITimerStarted Property

Gets a value indicating whether this UITimer is started.

Namespace:  Eto.Forms
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public bool Started { get; }

Property Value

Type: Boolean
true if started; otherwise, false.
See Also