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

CircularGauge.BackgroundLayers Property

Provides access to the background layer collection for the current gauge.

Namespace: DevExpress.XtraGauges.Win.Gauges.Circular

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

Declaration

[DXCategory("Appearance")]
public ArcScaleBackgroundLayerComponentCollection BackgroundLayers { get; }

Property Value

Type Description
DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleBackgroundLayerComponentCollection

An ArcScaleBackgroundLayerComponentCollection object that represents the collection of background layers.

See Also