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.1.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