Back to Devexpress

LayoutGroup.BackgroundImage Property

windowsforms-devexpress-dot-xtralayout-dot-layoutgroup-ab327546.md

latest1.6 KB
Original Source

LayoutGroup.BackgroundImage Property

Gets or sets the group’s background image that can be stretched across the group, tiled, centered, etc. This property is obsolete. Use the BackgroundImageOptions property instead.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[DefaultValue(null)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image BackgroundImage { get; set; }
vb
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
<DefaultValue(Nothing)>
<DXCategory("Appearance")>
Public Property BackgroundImage As Image

Property Value

TypeDefaultDescription
Imagenull

An Image object.

|

See Also

BackgroundImageOptions

LayoutGroup Class

LayoutGroup Members

DevExpress.XtraLayout Namespace