Table of Contents

Property BackgroundImage

Namespace
Alternet.UI
Assembly
Alternet.UI.Common.dll

BackgroundImage

Gets or sets the background image displayed in the control. Usage of this property depends on the control. Not all controls support it.

[Browsable(false)]
public virtual Image? BackgroundImage { get; set; }

Property Value

Image

An Image that represents the image to display in the background of the control.