Back to Devexpress

BaseGallery.DrawImageBackground Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-gallery-dot-basegallery-4766099a.md

latest1.3 KB
Original Source

BaseGallery.DrawImageBackground Property

Gets or sets whether to display a border around gallery images.

Namespace : DevExpress.XtraBars.Ribbon.Gallery

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Appearance")]
public bool DrawImageBackground { get; set; }
vb
<DXCategory("Appearance")>
<DefaultValue(True)>
Public Property DrawImageBackground As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true to draw the background of the Gallery item’s image; otherwise, false.

|

See Also

BaseGallery Class

BaseGallery Members

DevExpress.XtraBars.Ribbon.Gallery Namespace