Back to Devexpress

Bar.BackgroundImage Property

windowsforms-devexpress-dot-xtrabars-dot-bar-5de45512.md

latest1.3 KB
Original Source

Bar.BackgroundImage Property

OBSOLETE

You should use the 'Appearance'

Gets or sets the background image of the Bar.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
[Obsolete("You should use the 'Appearance'")]
public Image BackgroundImage { get; set; }
vb
<Obsolete("You should use the 'Appearance'")>
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Property BackgroundImage As Image

Property Value

TypeDescription
Image

The background image of the Bar.

|

See Also

Bar Class

Bar Members

DevExpress.XtraBars Namespace