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)
- C#
- VB
- F#
public bool ShouldRenderOnUIThread { get; set; }
Public Property ShouldRenderOnUIThread As Boolean
Get
Set
member ShouldRenderOnUIThread : bool with get, set
Property Value
BooleanSee Also
Reference
LinuxFramebufferPlatformOptions Class
Avalonia.LinuxFramebuffer Namespace