Vte.Terminal.BackgroundImageFile Property
Sets a background image for the widget.

Syntax

public string BackgroundImageFile { set; }

Value

a string

Remarks

If specified by Terminal.BackgroundSaturation, the terminal will make its in-memory copy of the image darker for its own use.

This is a convenience wrapper for Terminal.BackgroundImage. If your application intends to create multiple terminal widgets using the same background, performing this step yourself and just using Terminal.BackgroundImage will reduce memory consumption.

Requirements

Namespace: Vte
Assembly: vte-sharp (in vte-sharp.dll)