Click or drag to resize

UITimerInterval Property

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; }

Property Value

Type: Double
Remarks
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