Skip to main content

LinearGauge.AddBackgroundLayer() Method

Adds a background layer to the gauge.

Namespace: DevExpress.XtraGauges.Win.Gauges.Linear

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

NuGet Package: DevExpress.Win.Gauges

Declaration

public LinearScaleBackgroundLayerComponent AddBackgroundLayer()

Returns

Type Description
LinearScaleBackgroundLayerComponent

A LinearScaleBackgroundLayerComponent object that represents the background layer that has been added.

See Also