windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-ribboncontrol-eb190baf.md
Provides access to options that specify a raster or vector image displayed in the ribbon’s empty area.
Namespace : DevExpress.XtraBars.Ribbon
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DXCategory("Appearance")]
[XtraSerializableProperty]
public RibbonEmptyAreaImageOptions EmptyAreaImageOptions { get; }
<DXCategory("Appearance")>
<XtraSerializableProperty>
Public ReadOnly Property EmptyAreaImageOptions As RibbonEmptyAreaImageOptions
| Type | Description |
|---|---|
| RibbonEmptyAreaImageOptions |
An object that contains image options.
|
Use the EmptyAreaImageOptions property to specify a raster or vector image displayed in the ribbon’s empty area.
The following image options allow you to specify how the image is displayed in the empty area:
See Also