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

LinearGauge.AddBackgroundLayer() Method

Adds a background layer to the gauge.

Namespace: DevExpress.XtraGauges.Win.Gauges.Linear

Assembly: DevExpress.XtraGauges.v19.1.Win.dll

Declaration

public LinearScaleBackgroundLayerComponent AddBackgroundLayer()

Returns

Type Description
LinearScaleBackgroundLayerComponent

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

See Also