Skip to main content
A newer version of this page is available. .

TileControl.BackgroundImage Property

Gets or sets the background image for this TileControl.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DXCategory("Appearance")]
public override Image BackgroundImage { get; set; }

Property Value

Type Description
Image

An Image displayed as the TileControl‘s background.

Remarks

To align a TileControl background image, use the Control.BackgroundImageLayout property.

See Also