Skip to main content

ArcScaleEffectLayer Class

Represents the base class for effect layers within circular gauges.

Namespace: DevExpress.XtraGauges.Core.Model

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

NuGet Package: DevExpress.Gauges.Core

Declaration

public class ArcScaleEffectLayer :
    LayerComponent<ArcScaleEffectLayerProvider>,
    IArcScaleEffectLayer,
    IScaleEffectLayer,
    ILayer<EffectLayerShapeType>,
    IPrimitive,
    IBaseObject,
    IDisposable,
    IScaleComponent,
    ISupportLockUpdate,
    IArcScaleComponent,
    ISupportAssign<ArcScaleEffectLayer>

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
BaseScaleComponent
BaseScaleDependentComponent<DevExpress.XtraGauges.Core.Model.ArcScaleEffectLayerProvider>
DevExpress.XtraGauges.Core.Model.LayerComponent<DevExpress.XtraGauges.Core.Model.ArcScaleEffectLayerProvider>
ArcScaleEffectLayer
See Also