Back to Devexpress

XtraForm.BackgroundImage Property

windowsforms-devexpress-dot-xtraeditors-dot-xtraform-40148b0d.md

latest1.4 KB
Original Source

XtraForm.BackgroundImage Property

Specifies the background image for the form.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

csharp
public override Image BackgroundImage { get; set; }
vb
Public Overrides Property BackgroundImage As Image

Property Value

TypeDescription
Image

A Image object that represents the background image.

|

Remarks

To specify how the image is displayed across the form, use the XtraForm.BackgroundImageLayout property.

See Also

BackgroundImageLayout

XtraForm Class

XtraForm Members

DevExpress.XtraEditors Namespace