Skip to main content

LinearGauge.EffectLayers Property

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

Namespace: DevExpress.XtraGauges.Win.Gauges.Linear

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

NuGet Package: DevExpress.Win.Gauges

Declaration

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

Property Value

Type Description
DevExpress.XtraGauges.Win.Gauges.Linear.LinearScaleEffectLayerComponentCollection

A LinearScaleEffectLayerComponentCollection object that represents the collection of effect layers.

See Also