Skip to main content
You are viewing help content for a version that is no longer maintained/updated.
All docs
V21.1
  • RibbonControl.EmptyAreaImageOptions Property

    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.v21.1.dll

    NuGet Packages: DevExpress.Win.Design, DevExpress.Win.Navigation

    Declaration

    [DXCategory("Appearance")]
    [XtraSerializableProperty]
    public RibbonEmptyAreaImageOptions EmptyAreaImageOptions { get; }

    Property Value

    Type Description
    RibbonEmptyAreaImageOptions

    An object that contains image options.

    Remarks

    Use the EmptyAreaImageOptions property to specify a raster or vector image displayed in the ribbon’s empty area.

    Ribbon Control Empty Area Image

    The following image options allow you to specify how the image is displayed in the empty area:

    • ImageAlignment — specifies how the image is aligned in the empty area.
    • ImagePadding — specifies the space between the image and the empty area’s edge.
    • SizeMode — specifies whether the image is squeezed, stretched, zoomed, or displayed as is. Default is Squeeze.
    See Also