TileControl.BackgroundImage Property
Gets or sets the background image for this TileControl.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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