Skip to main content

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)

public bool ShouldRenderOnUIThread { get; set; }

Property Value

Boolean

See Also

Reference

X11PlatformOptions Class
Avalonia Namespace