CircularGauge.EffectLayers Property
Provides access to the effect layer collection for the current gauge.
Namespace: DevExpress.XtraGauges.Win.Gauges.Circular
Assembly: DevExpress.XtraGauges.v24.1.Win.dll
NuGet Package: DevExpress.Win.Gauges
Declaration
[DXCategory("Appearance")]
public ArcScaleEffectLayerComponentCollection EffectLayers { get; }
Property Value
Type | Description |
---|---|
DevExpress.XtraGauges.Win.Gauges.Circular.ArcScaleEffectLayerComponentCollection | An ArcScaleEffectLayerComponentCollection object that represents the collection of effect layers. |
See Also