Back to Devexpress

DigitalGauge.BackgroundLayers Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-digital-dot-digitalgauge-8192dfeb.md

latest1.4 KB
Original Source

DigitalGauge.BackgroundLayers Property

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

Namespace : DevExpress.XtraGauges.Win.Gauges.Digital

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

NuGet Package : DevExpress.Win.Gauges

Declaration

csharp
[DXCategory("Appearance")]
public DigitalBackgroundLayerComponentCollection BackgroundLayers { get; }
vb
<DXCategory("Appearance")>
Public ReadOnly Property BackgroundLayers As DigitalBackgroundLayerComponentCollection

Property Value

TypeDescription
DevExpress.XtraGauges.Win.Gauges.Digital.DigitalBackgroundLayerComponentCollection

A DigitalBackgroundLayerComponentCollection object that represents the collection of background layers.

|

See Also

DigitalGauge Class

DigitalGauge Members

DevExpress.XtraGauges.Win.Gauges.Digital Namespace