Summary
Defines the interface implemented by an application render timer.
- Namespace
- Avalonia
.Rendering - Implementing Types
Syntax
public interface IRenderTimer
Events
Name | Type | Summary |
---|---|---|
Tick | Action |
Raised when the render timer ticks to signal a new frame should be drawn.
|