Gets or sets the interval, in seconds
Namespace:
Eto.Forms
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax [DefaultValueAttribute(1)]
public double Interval { get; set; }
<DefaultValueAttribute(1)>
Public Property Interval As Double
Get
Set
[<DefaultValueAttribute(1)>]
member Interval : float with get, set
Property Value
Type:
DoubleRemarks
Note that this is not a high-resolution timer, and you should avoid setting a small interval
otherwise the UI may become unresponsive depending on the logic in the executed code.
See Also