Skip to main content

TileControl.BackgroundImage Property

Gets or sets the background image for this TileControl.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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