Skip to main content

DigitalGauge.BackgroundLayers Property

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

Namespace: DevExpress.XtraGauges.Win.Gauges.Digital

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

NuGet Package: DevExpress.Win.Gauges

Declaration

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

Property Value

Type Description
DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponentCollection

A DigitalBackgroundLayerComponentCollection object that represents the collection of background layers.

See Also