TileControl.BackgroundImage Property
Gets or sets the background image for this TileControl.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
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