Back to Devexpress

TileControl.BackgroundImage Property

windowsforms-devexpress-dot-xtraeditors-dot-tilecontrol-a5e6e5a8.md

latest1.4 KB
Original Source

TileControl.BackgroundImage Property

Gets or sets the background image for this TileControl.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Appearance")]
public override Image BackgroundImage { get; set; }
vb
<DXCategory("Appearance")>
Public Overrides Property BackgroundImage As Image

Property Value

TypeDescription
Image

An Image displayed as the TileControl‘s background.

|

Remarks

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

See Also

TileControl Class

TileControl Members

DevExpress.XtraEditors Namespace