IRenderTimer Interface

Defines the interface implemented by an application render timer.

Definition

Namespace: Avalonia.Rendering
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
[PrivateApiAttribute]
public interface IRenderTimer

Properties

RunsInBackground Indicates if the timer ticks on a non-UI thread

Events

Tick Raised when the render timer ticks to signal a new frame should be drawn.

See Also