Back to Devexpress

GalleryControlGallery.BackgroundImage Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery-dot-gallerycontrolgallery-71b414fd.md

latest1.4 KB
Original Source

GalleryControlGallery.BackgroundImage Property

Gets or sets the gallery’s background image.

Namespace : DevExpress.XtraBars.Ribbon.Gallery

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDescription
Image

The gallery’s background image.

|

See Also

BackgroundImageLayout

GalleryControlGallery Class

GalleryControlGallery Members

DevExpress.XtraBars.Ribbon.Gallery Namespace