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; }
Public ReadOnly Property Started As Boolean
Get
member Started : bool with get
Property Value
Type:
Booleantrue if started; otherwise,
false.
See Also