UiThreadRenderTimerRunsInBackground Property

Indicates if the timer ticks on a non-UI thread

Definition

Namespace: Avalonia.Rendering
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public override bool RunsInBackground { get; }

Property Value

Boolean

Implements

IRenderTimerRunsInBackground

See Also