TileControl.BackgroundImage Property
In This Article
Gets or sets the background image for this TileControl.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Image | An Image displayed as the Tile |
#Remarks
To align a TileControl background image, use the Control.BackgroundImageLayout property.
See Also