DigitalEffectLayer Class
Represents the base class for effect layers within digital gauges.
Namespace: DevExpress.XtraGauges.Core.Model
Assembly: DevExpress.XtraGauges.v24.1.Core.dll
NuGet Package: DevExpress.Gauges.Core
Declaration
public class DigitalEffectLayer :
ScaleIndependentLayerComponent<DigitalEffectLayerProvider>,
IDigitalEffectLayer,
IDigitalLayer<DigitalEffectShapeType>,
ILayer<DigitalEffectShapeType>,
IPrimitive,
IBaseObject,
IDisposable,
ISupportLockUpdate,
ISupportAssign<DigitalEffectLayer>
Implements
Inheritance
Object
BaseObject
DevExpress.XtraGauges.Core.Base.BaseElement<DevExpress.XtraGauges.Core.Primitive.IRenderableElement>
DevExpress.XtraGauges.Core.Base.BaseLeaf<DevExpress.XtraGauges.Core.Primitive.IRenderableElement>
BaseLeafPrimitive
DevExpress.XtraGauges.Core.Model.BaseScaleIndependentComponent<DevExpress.XtraGauges.Core.Model.DigitalEffectLayerProvider>
DevExpress.XtraGauges.Core.Model.ScaleIndependentLayerComponent<DevExpress.XtraGauges.Core.Model.DigitalEffectLayerProvider>
DigitalEffectLayer
See Also