Back to Devexpress

LayoutControl.BackgroundImage Property

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-4579a51b.md

latest1.4 KB
Original Source

LayoutControl.BackgroundImage Property

Gets or sets the layout control’s background image. This property is obsolete.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override Image BackgroundImage { get; set; }
vb
<EditorBrowsable(EditorBrowsableState.Never)>
<Browsable(False)>
Public Overrides Property BackgroundImage As Image

Property Value

TypeDescription
Image

A Image descendant that represents the layout control’s background image.

|

Remarks

This member is not supported.

See Also

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace