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.LinuxFramebuffer
Assembly: Avalonia.LinuxFramebuffer (in Avalonia.LinuxFramebuffer.dll)

public bool ShouldRenderOnUIThread { get; set; }

Property Value

Boolean

See Also

Reference

LinuxFramebufferPlatformOptions Class
Avalonia.LinuxFramebuffer Namespace