Skip to main content
A newer version of this page is available.

ScrollBarBase.BackgroundImage Property

Overrides the base class BackgroundImage property.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v19.2.dll

Declaration

[Browsable(false)]
public override Image BackgroundImage { get; set; }

Property Value

Type Description
Image

A Image object representing the image to display in the control’s background.

See Also