ShouldRenderOnUIThread Property
Render directly on the UI thread instead of using a dedicated render thread. This can be usable if your device don't have multiple cores to begin with. This setting is false by default.
Definition
Namespace: Avalonia
Assembly: Avalonia.X11 (in Avalonia.X11.dll)
- C#
- VB
- F#
public bool ShouldRenderOnUIThread { get; set; }
Public Property ShouldRenderOnUIThread As Boolean
Get
Set
member ShouldRenderOnUIThread : bool with get, set