Back to Devexpress

DigitalEffectLayer Class

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-45a7332d.md

latest2.5 KB
Original Source

DigitalEffectLayer Class

Represents the base class for effect layers within digital gauges.

Namespace : DevExpress.XtraGauges.Core.Model

Assembly : DevExpress.XtraGauges.v25.2.Core.dll

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public class DigitalEffectLayer :
    ScaleIndependentLayerComponent<DigitalEffectLayerProvider>,
    IDigitalEffectLayer,
    IDigitalLayer<DigitalEffectShapeType>,
    ILayer<DigitalEffectShapeType>,
    IPrimitive,
    IBaseObject,
    IDisposable,
    ISupportLockUpdate,
    ISupportAssign<DigitalEffectLayer>
vb
Public Class DigitalEffectLayer
    Inherits ScaleIndependentLayerComponent(Of DigitalEffectLayerProvider)
    Implements IDigitalEffectLayer,
               IDigitalLayer(Of DigitalEffectShapeType),
               ILayer(Of DigitalEffectShapeType),
               IPrimitive,
               IBaseObject,
               IDisposable,
               ISupportLockUpdate,
               ISupportAssign(Of DigitalEffectLayer)

Implements

IXtraSerializable

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 DigitalEffectLayerComponent

See Also

DigitalEffectLayer Members

DevExpress.XtraGauges.Core.Model Namespace