Back to Devexpress

DigitalGauge.EffectLayers Property

windowsforms-devexpress-dot-xtragauges-dot-win-dot-gauges-dot-digital-dot-digitalgauge-50d9e436.md

latest1.4 KB
Original Source

DigitalGauge.EffectLayers Property

Provides access to the effect 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 DigitalEffectLayerComponentCollection EffectLayers { get; }
vb
<DXCategory("Appearance")>
Public ReadOnly Property EffectLayers As DigitalEffectLayerComponentCollection

Property Value

TypeDescription
DevExpress.XtraGauges.Win.Gauges.Digital.DigitalEffectLayerComponentCollection

A DigitalEffectLayerComponentCollection object that represents the collection of effect layers.

|

See Also

DigitalGauge Class

DigitalGauge Members

DevExpress.XtraGauges.Win.Gauges.Digital Namespace