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

GaugeControlBase.BackColor Property

Gets or sets the control’s background color.

Namespace: DevExpress.XtraGauges.Win

Assembly: DevExpress.XtraGauges.v21.2.Win.dll

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

Declaration

public override Color BackColor { get; set; }

Property Value

Type Description
Color

The control’s background color.

See Also