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

DigitalGauge.EffectLayers Property

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

Namespace: DevExpress.XtraGauges.Win.Gauges.Digital

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

Declaration

[DXCategory("Appearance")]
public DigitalEffectLayerComponentCollection EffectLayers { get; }

Property Value

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

A DigitalEffectLayerComponentCollection object that represents the collection of effect layers.

See Also