LayoutGroup.BackgroundImage Property
In This Article
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.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
[Browsable(false)]
[DefaultValue(null)]
[DXCategory("Appearance")]
[EditorBrowsable(EditorBrowsableState.Never)]
public Image BackgroundImage { get; set; }
#Property Value
Type | Default | Description |
---|---|---|
Image | null | An Image object. |
See Also