Back to Devexpress

BaseTile.BackgroundImage Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-basetile-9bf62dfd.md

latest1.8 KB
Original Source

BaseTile.BackgroundImage Property

Gets or sets a background image for the current Tile.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Imagenull

An Image object that is the background image for the current Tile.

|

Remarks

Tile background image alignment and scale mode can be specified via corresponding properties in the BaseTile.Properties group.

See Also

Properties

BaseTile Class

BaseTile Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace