Back to Devexpress

ArcScaleEffectLayer Class

corelibraries-devexpress-dot-xtragauges-dot-core-dot-model-f5556fb9.md

latest2.7 KB
Original Source

ArcScaleEffectLayer Class

Represents the base class for effect layers within circular gauges.

Namespace : DevExpress.XtraGauges.Core.Model

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

NuGet Package : DevExpress.Gauges.Core

Declaration

csharp
public class ArcScaleEffectLayer :
    LayerComponent<ArcScaleEffectLayerProvider>,
    IArcScaleEffectLayer,
    IScaleEffectLayer,
    ILayer<EffectLayerShapeType>,
    IPrimitive,
    IBaseObject,
    IDisposable,
    IScaleComponent,
    ISupportLockUpdate,
    IArcScaleComponent,
    ISupportAssign<ArcScaleEffectLayer>
vb
Public Class ArcScaleEffectLayer
    Inherits LayerComponent(Of ArcScaleEffectLayerProvider)
    Implements IArcScaleEffectLayer,
               IScaleEffectLayer,
               ILayer(Of EffectLayerShapeType),
               IPrimitive,
               IBaseObject,
               IDisposable,
               IScaleComponent,
               ISupportLockUpdate,
               IArcScaleComponent,
               ISupportAssign(Of ArcScaleEffectLayer)

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

See Also

ArcScaleEffectLayer Members

DevExpress.XtraGauges.Core.Model Namespace