Table of Contents

Property UseBackgroundRendering

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

UseBackgroundRendering

Gets or sets whether ImageView scales image renders on a background thread.

public bool UseBackgroundRendering { get; set; }

Property Value

bool

Remarks

The default is false. When enabled, ImageView keeps the last completed render visible while a newer render is being prepared and shows a centered spinner until the background render is ready.