Back to Devexpress

TileItem.BackgroundImage Property

windowsforms-devexpress-dot-xtraeditors-dot-tileitem-9413cc3b.md

latest2.4 KB
Original Source

TileItem.BackgroundImage Property

Gets or sets the current TileItem‘s background image.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Imagenull

An Image object, set as the current TileItem‘s background.

|

Remarks

Background image appearance settings are managed via the TileItem.BackgroundImageAlignment and TileItem.BackgroundImageScaleMode properties. Each tile frame contained within the TileItem.Frames collection, can have its own background image (see the TileItemFrame.BackgroundImage topic).

See Also

BackgroundImageAlignment

BackgroundImageScaleMode

Frames

BackgroundImage

BackColor

Tile Item Structure

TileItem Class

TileItem Members

DevExpress.XtraEditors Namespace